Skip to content

Commit aa403e7

Browse files
authored
Merge pull request #15 from DevanshuNEU/fix/railway-build-context
fix(deploy): set buildContext for Railway backend deployment
2 parents 161468e + 642c478 commit aa403e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

railway.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://railway.app/railway.schema.json",
33
"build": {
44
"builder": "DOCKERFILE",
5-
"dockerfilePath": "backend/Dockerfile"
5+
"dockerfilePath": "backend/Dockerfile",
6+
"buildContext": "backend"
67
},
78
"deploy": {
89
"startCommand": "uvicorn main:app --host 0.0.0.0 --port $PORT",

0 commit comments

Comments
 (0)