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 @@
+