marsasgrg
HOBBYOP
a year ago
Is there any info on this?
6 Replies
dev
MODERATOR
a year ago
Railway deploys your apps in docker containers, if you build with nixpacks then Railway will use the appropriate base-image for your application like node for nodejs applications
These base images often run on somesort of lightweight linux distro like alpine or debian
dev
MODERATOR
a year ago
if you'd like to have control over the OS your application runs on then you can create a Dockerfile in your app's root and specify everything there
dev
MODERATOR
a year ago
No problem
dev
MODERATOR
a year ago
!s
Status changed to Solved dev • about 1 year ago