Projectmanagement quiz by TINF20C (DHBW Stuttgart)
Go to file
2021-05-20 19:58:24 +02:00
static Initial file structure 2021-05-20 19:58:24 +02:00
.gitignore Initial file structure 2021-05-20 19:58:24 +02:00
index.html Initial file structure 2021-05-20 19:58:24 +02:00
README.md Initial file structure 2021-05-20 19:58:24 +02:00

Projektmanagement Game

Deploy

docker run -d -it --rm \
    --publish 8181:80 \
    --volume <path-to-repo>:/usr/share/nginx/html \
    nginx

Replace <path-to-repo> with the absolute path of your repository.