Skip to content

osbm/osbm-CV

Repository files navigation

my resume

Build and publish documents

You can view the latest version of my resume here

When I update this Dockerfile, the repository automatically updates the docker image on dockerhub with github actions. Isn't it awesome. :)


Build using docker

docker build -t osbm-cv .
docker run --rm -i -v $(pwd):/data osbm-cv xelatex main.tex

Or you could just copy resume.tex file and resume-class.cls files to Overleaf and build it on the browser.