Marco Zeisler 109b668bdc added info
2021-03-21 19:51:19 +01:00

9 lines
223 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