dockerizing typescript
I would like to be able to build my typescript app into a docker file which I can push to a private registry and then pull on my server so I can manage the process easier.
What registry should I use?
Can I deploy docker files on Vercel if I have a web app inside it?
What do I need to do differently for a turbo repo monorepo?
3 Replies
I have certainly containerized my t3-create-app into a Dockerfile, sure. That had some small hiccups on my research because some of the documentation is slightly out of date, BUT i got it working. I never deployed to vercel though, and presume that it will not take containers.
Awesome thankyou
What registry should I use?Github container registry should be good. I like dockerhub. There is also an option to selfhost the registry using something like harbor(golang).
Can I deploy docker files on Vercel if I have a web app inside it?You can't deploy docker images to vercel. https://vercel.com/guides/does-vercel-support-docker-deployments
Vercel Documentation
Does Vercel support Docker deployments?
Information about Docker support on Vercel and how to use Docker with Vercel.