Browse Source

🔧 Modification du Procfile

main
Gianni GIUDICE 5 years ago
parent
commit
273c025117
  1. 2
      Procfile

2
Procfile

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