deploying changes
fuad47
HOBBYOP

6 months ago

why it creates docker image of the project every time when there is change in GitHub source, I don't think it is an effective way of applying source file changes, it should be as simple as applying any change to that file , instead it restarts the whole process of creating image from installing requirements to the end.

Solved$10 Bounty

Pinned Solution

6 months ago

Railway doesn’t just copy your changed file, it rebuilds a Docker image every time so your app runs in a clean reproducible environment. That's how Docker works.

2 Replies

Railway
BOT

6 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!


6 months ago

Railway doesn’t just copy your changed file, it rebuilds a Docker image every time so your app runs in a clean reproducible environment. That's how Docker works.


Status changed to Solved brody 6 months ago


Loading...