Revert "Update readme"

This commit is contained in:
H4CK3R-01
2021-06-08 07:58:46 +02:00
committed by GitHub
parent 6f2aa2c682
commit d87b131a80
13 changed files with 16 additions and 386 deletions

View File

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