diff --git a/angular.json b/angular.json index 267c8b1..3af4836 100644 --- a/angular.json +++ b/angular.json @@ -62,7 +62,7 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "port": 4201, + "port": 4200, "host": "0.0.0.0" }, "configurations": { diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 2bf6cda..73814cc 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -18,7 +18,6 @@ services: entrypoint: - ng - -serve - - -p 4200 - --host - 0.0.0.0