From 643d0a758dbf5a9c5be2d8fbbca65fc1b678735f Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Sun, 30 Jun 2024 14:41:29 +0200 Subject: [PATCH] :green_heart: CD test --- Dockerfile | 4 ++-- index.html | 31 ------------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 index.html diff --git a/Dockerfile b/Dockerfile index 7064606..5eb278f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine COPY . /usr/share/nginx/html -RUN sed -i '1i\' ./pages/index.html -RUN sed -i '1i\' ./pages/cv.html \ No newline at end of file +RUN sed -i '1i\' /usr/share/nginx/html/pages/index.html +RUN sed -i '1i\' /usr/share/nginx/html/pages/cv.html \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 67c41d7..0000000 --- a/index.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - Vincent Astolfi - - - - - - -
Vincent ASTOLFI Portfolio
-
IT student at IUT Clermont Ferrand
- - - - \ No newline at end of file