From 24175094be42c59151ce45ce926fdafcc99ade34 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Sun, 21 Mar 2021 19:52:28 +0100 Subject: [PATCH] update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bcd389..05f4268 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # 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) +* 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