diff --git a/Dockerfile b/Dockerfile index e4029e9..ff17805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM docker.io/nginx:latest COPY nginx.conf /etc/nginx/conf.d/default.conf -COPY static/ /usr/share/nginx/html/ +COPY html/ /usr/share/nginx/html/ +COPY static/ /usr/share/nginx/static/ diff --git a/static/about.html b/html/about.html similarity index 100% rename from static/about.html rename to html/about.html diff --git a/static/index.html b/html/index.html similarity index 100% rename from static/index.html rename to html/index.html diff --git a/static/resume.html b/html/resume.html similarity index 97% rename from static/resume.html rename to html/resume.html index e138268..f231498 100644 --- a/static/resume.html +++ b/html/resume.html @@ -35,7 +35,7 @@

4th year EPITECH student

- Ange DUHAYON + Ange DUHAYON

FORMATION

EPITECH Toulouse - Promo 2026