Initial file structure

This commit is contained in:
2021-05-20 19:58:24 +02:00
parent f11e3d1c68
commit 4a4bdfad16
7 changed files with 96 additions and 0 deletions

View File

@@ -1 +1,12 @@
# 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.