We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec1fcb commit 8b81e17Copy full SHA for 8b81e17
2 files changed
nixpacks.toml
@@ -0,0 +1,6 @@
1
+# Railway-specific build configuration
2
+# Railway uses Nixpacks by default, which auto-detects Python
3
+# This overrides the start command to use gunicorn (which auto-binds to $PORT)
4
+
5
+[start]
6
+cmd = "gunicorn run:app --workers 2 --threads 2"
railway.toml
@@ -1,6 +1,5 @@
[build]
-builder = "dockerfile"
-dockerfilePath = "Dockerfile"
+builder = "nixpacks"
[deploy]
healthcheckPath = "/"
0 commit comments