Marco Zeisler 24175094be update
2021-03-21 19:52:28 +01:00

7 lines
221 B
Markdown

# Containerisation
* Run project containers with ```docker-compose up```
(to pull without build: comment out build keys, otherwise docker-compose will try to build the image)
* Access Web Application via localhost:4200