Browse Source

setting

main
Youssef Touggani 5 years ago
parent
commit
25a3b2698c
  1. 2
      Procfile

2
Procfile

@ -1 +1 @@
web: flask db update gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3
web: flask db update; gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3
Loading…
Cancel
Save