R
Join ServerRailway
✋|help
Docker build args
How do I set docker build args
Watery-crook - Project ind : 2e5ece58-7854-4123-a337-a6eac1dd7f4a
Is that the project id
you can't change the command railway uses to run the image after it was built, but perhaps you could achieve the same thing with a Dockerfile?
the project id is 2e5ece58-7854-4123-a337-a6eac1dd7f4a
the docker file uses ARGS
which requires one to supploy --build-args
where and how do i set this ?
service variables
OK so I just add it as a variable is it?
Like any other variable
what's what the railway docs say, yes
🙂
For some reason thar didn't work..let try again