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.
2 parents 161468e + 642c478 commit aa403e7Copy full SHA for aa403e7
1 file changed
railway.json
@@ -2,7 +2,8 @@
2
"$schema": "https://railway.app/railway.schema.json",
3
"build": {
4
"builder": "DOCKERFILE",
5
- "dockerfilePath": "backend/Dockerfile"
+ "dockerfilePath": "backend/Dockerfile",
6
+ "buildContext": "backend"
7
},
8
"deploy": {
9
"startCommand": "uvicorn main:app --host 0.0.0.0 --port $PORT",
0 commit comments