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

Docker Compose ?

accforgithubtest opened this issue · comments

commented

Would be great to have this containerized, and be self-hosted via docker.

#19 is merged thanks to @mahalel and @Inveracity 's great work. You should be able to start a docker container by following the below test steps if you pull the latest change:

  1. Download the repo git clone https://github.com/xitanggg/open-resume.git
  2. Change the directory cd open-resume
  3. Build the container docker build -t open-resume .
  4. Start the container docker run -p 3000:3000 open-resume
  5. Open your browser and visit http://localhost:3000 to see OpenResume live

Marking this as closed now

commented

@xitanggg, thats great !

Any chances of having an image hosted on dockerhub ? It would be useful for folks looking to pull an image and not having to clone the repo locally.

I think it will be good to have an image published directly from this project to dockerhub, so that it is a official image straight from this project, instead of having unofficial images from forks on dockerhub.