Browse Source

❤️ fix db connection 14

pull/6/merge
Pierre 6 years ago
parent
commit
c2c2a70f3e
  1. 2
      Procfile

2
Procfile

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