Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 596 Bytes

Arbeitszeugnisgenerator 📑

My buddy is too lazy to copy simple text blocks by hand, here is the solution! 🎉

Deployment

1. Remove your running container

docker rm -f arbeitszeugnisgenerator-prod

2. Remove the old image

docker rmi -f ghcr.io/jesperbeisner/arbeitszeugnisgenerator:latest

3. Start a new container with the new image

docker run -d -p 7777:80 --name arbeitszeugnisgenerator-prod ghcr.io/jesperbeisner/arbeitszeugnisgenerator:latest

4. Finished

Deployment is done, and you are now running the newest version. 🚀