jugorocks
Deployment questions
1. Is there a way to "patch" project? I mean - can i skip building all node packages if i only update app files? (Deployment with dockerfile via cli).
2. what's this error :
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref ....: lstat /var/lib/docker/tmp/buildkit-mount1119446912/app/node_modules/@types/node/ts4.8/globals.d.ts: no such file or directory
15 replies
Migrating from Fly.io
So i have an app on Node.js with express server and stuff, MongoDB, Bunny CDN.
I want to deploy it to Railway.
I want to know how's it done. Can i deploy my app using same dockerfile with Railway CLI ? or i need to setup Prisma for the todos and ... i don't know what then yet..
In other words my question is: what's the plan when i have a ready to go app on my laptop and i just want it up an running in the clouds?
40 replies