fix: move railway.json to root, explicitly configure with Dockerfile

This commit is contained in:
Ryan Walters
2025-09-19 08:35:37 -05:00
parent 408b660490
commit f9e79eb6d6

View File

@@ -5,5 +5,8 @@
"healthcheckPath": "/health",
"healthcheckTimeout": 90,
"restartPolicyMaxRetries": 3
},
"build": {
"dockerfilePath": "/pacman-server/Dockerfile"
}
}