This is the repository for my web based resume.
dev mode
npm start
docker build and run
docker stop resume &> /dev/null; docker build . -t ghcr.io/jorsanders/resume:local && docker run -p 8080:8080 -it --rm --name resume ghcr.io/jorsanders/resume:local
run from built docker image
docker run -p 8080:8080 -it --rm --name resume ghcr.io/jorsanders/resume:latest