How do I target certain stage on Dockerfile?
I see that we have
RAILWAY_DOCKERFILE_PATH
for targeting certain Dockerfile, but is there any other variable to define the stage?
Docker docs: https://docs.docker.com/engine/reference/commandline/image_build/#target4 Replies