diff --git a/angular.json b/angular.json index 9513ef8..f8fd313 100644 --- a/angular.json +++ b/angular.json @@ -13,6 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { + "baseHref": "/containers/ludoviccastiglia-sudoku/", "outputPath": "dist/angular-tp1", "index": "src/index.html", "browser": "src/main.ts", diff --git a/docker/Dockerfile b/docker/Dockerfile index 8c723ce..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