From 109b668bdc633146e1ef7206bab47e50476a0e62 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Sun, 21 Mar 2021 19:51:19 +0100 Subject: [PATCH] added info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a99f85..dd80d4d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Containerisation -Run project containers with +* Run project containers with ```docker-compose up``` -To push without build: comment out build keys +(To pull without build: comment out build keys, otherwise docker-compose will try to build the image) -Access Web Application via localhost:4200 +* Access Web Application via localhost:4200