# Projektmanagement Game ## Build ``` docker build Projektmanagement-Game/ -t pm-game ``` ## Deploy ``` docker run -d -p 80:5000 pm-game ```