diff --git a/Dockerfile b/Dockerfile index 09e5c24..34d1b13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN npm install -g @angular/cli RUN npm install -CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "80"] +CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "8080"]