diff --git a/Dockerfile b/Dockerfile index 2ed28fc..d19d021 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm install EXPOSE 8080 -CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "8080"] +CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "8080", "--base-href", "/containers/remiarnal-portfolioo/"]