Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Jan 26, 2023
1 parent fd7fef4 commit a46d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN chown python:python /images /cache /certs /app

USER python

CMD FLASK_APP=app/app.py flask run --port "${PORT:-5000}" --host 0.0.0.0
CMD FLASK_APP=app.py flask run --port "${PORT:-5000}" --host 0.0.0.0

0 comments on commit a46d5e4

Please sign in to comment.