Projektmanagement-Game/README.md

12 lines
224 B
Markdown
Raw Normal View History

2021-05-20 10:25:08 +00:00
# Projektmanagement Game
2021-05-20 17:58:24 +00:00
## 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.