diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 11341a7..902169a 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -16,10 +16,12 @@ services: - 4200:4200/tcp # exposing port for angular entrypoint: - - "ng" - - " -serve" - - " --host 0.0.0.0" - - " --port 4200" + - ng + - -serve" + - --host + - 0.0.0.0 + - --port + - "4200" networks: central-net: