Run custom build command before docker build?
mxsdev
FREEOP

2 months 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

2 months 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!


brody
EMPLOYEE

2 months 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 2 months ago


Status changed to Solved mxsdev 2 months ago


Loading...