Optimizing dockerfile

I have a few apps that I've migrated to railway from heroku and overall everything is working great. I'd like to create Dockerfiles that are specific to my app(s), both in order to keep version compatibility and to optimize build times. Is there a way to start with the Dockerfiles that are generated by the railway build process, or do I need to start from scratch? (Ie. is there a way I can download the Dockerfile generated during the build process? Or create it locally?) Many thanks
Solution:
you'd definitely want to start from scratch as the dockerfiles nixpacks makes use nix, and I doubt that's something the average person wants to deal with
Jump to solution
4 Replies
Percy
Percy4mo ago
Project ID: N/A
willronco
willronco4mo ago
n/a
Solution
Brody
Brody4mo ago
you'd definitely want to start from scratch as the dockerfiles nixpacks makes use nix, and I doubt that's something the average person wants to deal with
willronco
willronco4mo ago
Right on, thank you!