Skip to content

Commit f4ee239

Browse files
hotfix/bug-railway
1 parent 0c2e9ea commit f4ee239

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

railway.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"build": {
3-
"builder": "NIXPACKS"
3+
"builder": "DOCKERFILE"
44
},
55
"deploy": {
6+
"preDeployCommand": "python manage.py collectstatic --noinput",
67
"startCommand": "python manage.py migrate && gunicorn argus_ia.wsgi:application --bind 0.0.0.0:$PORT",
78
"restartPolicyType": "ON_FAILURE",
89
"restartPolicyMaxRetries": 10

0 commit comments

Comments
 (0)