Build project without dockerizing
Is it possible to build a project without dockerizing it?
13 Replies
Project ID:
N/A
You might find these helpful:
- Is there any way to deploy an app that has a Dockerfile, but without using it?
- Is there anyway to deploy a prebuilt docker?
- Rust Project fails building-stage
⚠️ experimental feature
N/A
no, this is how railway deploys your app, same with any similar service
railway isn't a VPS hosting company
How does vercel do it then?
vercel is not the same thing as railway
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
how long do your builds take?
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
that's not very long at all
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
I understand where you're coming from, but it just isn't necessary
make sense