diff --git a/README.md b/README.md index 67ea5b9..5c7d1c9 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +### 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 \ No newline at end of file