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