Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritheesh authored Jun 16, 2020
1 parent 7e90ce3 commit 3d7b6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ADD . /app

RUN pip install --trusted-host pypi.python.org -r requirements.txt

# execute the Flask app
ENTRYPOINT ["python"]
CMD ["/app/app.py"]

CMD ["/app/app.py"]

0 comments on commit 3d7b6da

Please sign in to comment.