From b2eac0d3cedb3c963434c9153f4a30eea0c7fa2d Mon Sep 17 00:00:00 2001 From: "ludovic.castglia" Date: Fri, 18 Oct 2024 18:36:54 +0200 Subject: [PATCH] hotfix --- docker/Dockerfile | 2 +- src/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5768ea4..ae687a9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,4 +10,4 @@ RUN npm install EXPOSE 80 -CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "80", "--base-href=/containers/ludoviccastiglia-sudoku/"] \ No newline at end of file +CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "80"] \ No newline at end of file diff --git a/src/index.html b/src/index.html index 262e253..bbc883a 100644 --- a/src/index.html +++ b/src/index.html @@ -8,6 +8,7 @@ +