fix: use --chdir instead of cd in Procfile

master
Eric0801 2 months ago
parent dd3270675a
commit 9c613cf4b7
  1. 2
      Procfile

@ -1 +1 @@
web: gunicorn -w 2 -b 0.0.0.0:$PORT --timeout 120 main:app
web: gunicorn -w 2 -b 0.0.0.0:$PORT --timeout 120 --chdir /flask main:app

Loading…
Cancel
Save