From 725d3bae7161514ab79bca9f51435278e6ffb9cd Mon Sep 17 00:00:00 2001 From: rem Date: Sun, 30 Jun 2024 01:37:12 +0200 Subject: [PATCH] base href$ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d19d021..f909f2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm install EXPOSE 8080 -CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "8080", "--base-href", "/containers/remiarnal-portfolioo/"] +CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "8080", "--base-href", "https://codefirst.iut.uca.fr/containers/remiarnal-portfolioo/"]