Skip to content

Commit

Permalink
edit procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Burlesco70 committed Dec 17, 2020
1 parent 6d95053 commit 6b82d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#web: export FLASK_CONFIG="production" && export FLASK_APP="app.py" && flask create_db && flask run
# web: export FLASK_CONFIG="production" && export FLASK_APP="app.py" && flask create_db && flask run
web: export FLASK_CONFIG="production" && export FLASK_APP="app.py" && flask run
web: gunicorn app:app -b "0.0.0.0:$PORT" -w 3
python-3.6.10

0 comments on commit 6b82d2e

Please sign in to comment.