entrypoint:

- ng
        - -serve
        - --host
        - 0.0.0.0

        end restore port to 4200 in angular.json
This commit is contained in:
Artur 2024-10-28 01:02:46 +01:00
parent c0a71d3fbb
commit e5cee6555a
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,7 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"port": 4201,
"port": 4200,
"host": "0.0.0.0"
},
"configurations": {

View File

@ -18,7 +18,6 @@ services:
entrypoint:
- ng
- -serve
- -p 4200
- --host
- 0.0.0.0