# Projektmanagement Game ## Deploy ``` docker run -d -it --rm \ --publish 8181:80 \ --volume :/usr/share/nginx/html \ nginx ``` Replace `` with the absolute path of your repository.