xitanggg / open-resume

OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/

Home Page:https://open-resume.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Docker Container for deployment

HStep20 opened this issue · comments

Looks really neat, but without a dockerfile, its unlikely that a lot of people will deploy it locally. It'd be great to have a container + Registry/tag set up here on github for future releases to autobuild and release for end users.

Thanks for the kind word. Great feedback on dockizing it to make it easier to deploy. The app is currently deployed with Vercel since it integrates nicely with Nextjs. It can be run locally with npm install then npm run dev, but agree that dockizing it would make it easier to deploy