Updated README.md

This commit is contained in:
Administrator 2021-06-08 08:00:51 +02:00
parent 70f1dbc492
commit 675b1339fc

View File

@ -1,12 +1,31 @@
# Projektmanagement Game
## Docker
### Build
## Build
```
docker build Projektmanagement-Game/ -t pm-game
```
## Deploy
### Deploy
```
docker run -d -p 80:5000 pm-game
```
### Check if it works
Open `http://127.0.0.1` in your Browser
## Without docker
### Run
```
node Webservice/server.js
```
### Check if it works
Open `http://127.0.0.1:5000` in your Browser