From e5cee6555a9a692f5d3bd4940dac30d2b47d5330 Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 28 Oct 2024 01:02:46 +0100 Subject: [PATCH] entrypoint: - ng - -serve - --host - 0.0.0.0 end restore port to 4200 in angular.json --- angular.json | 2 +- deploy-this/deploy-dc.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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