Subaan
Docker build context
You can do it by connecting the service to the repo and leaving the root directory as the repo root, then you can set dockerfile path in your railway.json/toml like so:
I think you can also set the dockerfile path from the settings ui
the above will essentially then run something along the lines of
docker build -f apps/your-app/Dockerfile
so you can then access all the packages in the repo4 replies
Services are building, but hanging on deployment
yeah, just go around to redeploying everything. the postgres instance deployed with no issues, but was still having the same issue with the other service, so just recreated it from scratch and it worked
9 replies