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": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"port": 4201, "port": 4200,
"host": "0.0.0.0" "host": "0.0.0.0"
}, },
"configurations": { "configurations": {

View File

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