Run custom build command before docker build?

mxsdev
FREEOP

a month 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 month 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 month 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 about 1 month ago


Status changed to Solved mxsdev about 1 month ago


Loading...