R
Railway16mo ago
Coop

Build project without dockerizing

Is it possible to build a project without dockerizing it?
13 Replies
Percy
Percy16mo ago
Project ID: N/A
Coop
Coop16mo ago
N/A
Brody
Brody16mo ago
no, this is how railway deploys your app, same with any similar service railway isn't a VPS hosting company
Coop
Coop16mo ago
How does vercel do it then?
Brody
Brody16mo ago
vercel is not the same thing as railway
Coop
Coop16mo ago
Ik I was just wondering if there was a way to speed up building and deploying and the dockerizing seemed like the easiest thing to change but if thats how the service works then I guess I'll just have to stick with it
Brody
Brody16mo ago
how long do your builds take?
Coop
Coop16mo ago
Because I use pnpm for my web server. Installing and building my app takes around 10 seconds but 50 seconds it spend dockerizing the build
Brody
Brody16mo ago
that's not very long at all
Coop
Coop16mo ago
In comparison to other servers, this is pretty fast but going from vercel where all it took was those 10 seconds is a major difference for me I am thankful to railyway for such a fast deployment already but I try to squeeze out as much performance and speed as possible
Brody
Brody16mo ago
I understand where you're coming from, but it just isn't necessary
Coop
Coop16mo ago
make sense