Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed May 13, 2021
1 parent c17980f commit 30c3086
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 @@ -61,6 +61,6 @@ ADD . /app
RUN FLASK_APP=main:app GAE_VERSION=blank-blank flask

# Download the database; GAE_VERSION set as dummy variable
RUN FLASK_APP=main:app GAE_VERSION=blank-blank flask download_db
# RUN FLASK_APP=main:app GAE_VERSION=blank-blank flask download_db

CMD gunicorn -b :$PORT main:app

0 comments on commit 30c3086

Please sign in to comment.