From 5bead92bd4652fbb02a78cbab6078f16c0f6cfd3 Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Sun, 30 Jun 2024 14:40:12 +0200 Subject: [PATCH] :green_heart: CD test --- .vscode/settings.json | 6 ------ Dockerfile | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d9d37f2..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "workbench.colorCustomizations": { - "minimap.background": "#00000000", - "scrollbar.shadow": "#00000000" - } -} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 531b5d2..7064606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine COPY . /usr/share/nginx/html -RUN sed -i '1i\' ./index.html +RUN sed -i '1i\' ./pages/index.html RUN sed -i '1i\' ./pages/cv.html \ No newline at end of file