Run custom build command before docker build?
mxsdev
FREEOP

a year ago

I have set my custom buildCommand, but it doesn't seem to run when using a custom dockerfile.

In my case I need to build some things to bundle in the docker file, which seems like a standard use case, so I must be missing something?

Thanks!

Solved

2 Replies

Railway
BOT

a year ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


a year ago

Hello,

Since you are using a Dockerfile, any commands you need to run during build would be done via the RUN directive in your Dockerfile.

Best,

Brody


Status changed to Awaiting User Response Railway 11 months ago


Status changed to Solved mxsdev 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...