alistair
Explore posts from serversSpecify path to Dockerfile?
Can we specify a path to the Dockerfile in a monorepo?
Ideally the setup would be like this
1. clone
2. docker build . -f docker/api.Dockerfile -t my-app:latest
3. docker run my-app
From what I understood this could be possible with a custom railway config? Couldn't quite find it in the docs or where to do this in the UI. Cheers
4 replies