entrypoint:

- "ng"
        - " -serve"
        - " --host 0.0.0.0"
        - " --port 4200"
This commit is contained in:
Artur 2024-10-28 00:29:26 +01:00
parent 2927717cf3
commit 2acb6f1566
1 changed files with 4 additions and 3 deletions

View File

@ -16,9 +16,10 @@ 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: