reimakesgames
HOBBYOP
2 years ago
there is a mysterious 1.5 GB image in the logs of my build step
19 Replies
2 years ago
that is the built image that railway will then run
2 years ago
no but you should work on reducing it
2 years ago
time to learn how to write a Dockerfile
im thinking of just deleting the entire ruby backend after building cuz i'm only using it for building the site
2 years ago
you can do that in a custom Dockerfile with multiple stages
i have this thread <#1264138281751281765> that can probably be resolved