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,7 +16,8 @@ services:
- 4200:4200/tcp # exposing port for angular - 4200:4200/tcp # exposing port for angular
entrypoint: entrypoint:
- "ng -serve" - "ng"
- " -serve"
- " --host 0.0.0.0" - " --host 0.0.0.0"
- " --port 4200" - " --port 4200"