debug: check if assets files exist in container

master
Eric0801 2 months ago
parent e592b9893e
commit 4d45bca548
  1. 2
      railway.json

@ -5,7 +5,7 @@
"dockerfilePath": "Dockerfile"
},
"deploy": {
"startCommand": "gunicorn -w 2 -b 0.0.0.0:8000 --timeout 120 --chdir /flask main:app",
"startCommand": "cd /flask && ls -la assets*.json && gunicorn -w 2 -b 0.0.0.0:8000 --timeout 120 main:app",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}

Loading…
Cancel
Save