R
Railway•16mo ago
govdiw006

Docker build args

How do I set docker build args
11 Replies
Percy
Percy•16mo ago
Please provide your project ID or reply with N/A. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.
Percy
Percy•16mo ago
No project ID was provided. Closing thread.
govdiw006
govdiw006•16mo ago
Watery-crook - Project ind : 2e5ece58-7854-4123-a337-a6eac1dd7f4a Is that the project id
Brody
Brody•16mo ago
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?
govdiw006
govdiw006•16mo ago
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 ?
Brody
Brody•16mo ago
service variables
govdiw006
govdiw006•16mo ago
OK so I just add it as a variable is it? Like any other variable
Brody
Brody•16mo ago
what's what the railway docs say, yes
govdiw006
govdiw006•16mo ago
🙂
govdiw006
govdiw006•16mo ago
For some reason thar didn't work..let try again