Skip to content

Commit

Permalink
requests added
Browse files Browse the repository at this point in the history
  • Loading branch information
milindsingh committed Mar 14, 2021
1 parent 888372b commit 3dd62f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN echo $(ls ./src)

RUN echo $(python --version)

RUN pipenv install requests

#ENTRYPOINT ["pipenv", "run", "python", "-m", "src.index"]
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

cd /root
ls ./

pipenv run python -m src.index

0 comments on commit 3dd62f2

Please sign in to comment.