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?
Was this page helpful?