Skip to content

Commit

Permalink
Adding railway port
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Oct 5, 2023
1 parent 752b546 commit a74fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python manage.py migrate && python manage.py runserver 0.0.0.0:80",
"startCommand": "python manage.py migrate && python manage.py runserver 0.0.0.0:$PORT",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
Expand Down

0 comments on commit a74fc09

Please sign in to comment.