Skip to content

Commit

Permalink
pip freeze added
Browse files Browse the repository at this point in the history
  • Loading branch information
milindsingh committed Mar 20, 2021
1 parent 3dd62f2 commit eadc82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ 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"]
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
cd /root
ls ./

pipenv run pip freeze

pipenv run python -m src.index

0 comments on commit eadc82a

Please sign in to comment.