diff --git a/Dockerfile b/Dockerfile index 2eb9a1a..cfffa79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,3 +11,4 @@ COPY generate.sh . RUN ./generate.sh RUN cp -r www/* /usr/share/nginx/html/ +EXPOSE 80 diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index c98bcf3..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - gyiwr: - build: . - restart: 'always' - ports: - - "42569:80" - diff --git a/lang/en/index.html b/lang/en/index.html index a79a660..9f654ee 100644 --- a/lang/en/index.html +++ b/lang/en/index.html @@ -24,7 +24,6 @@ rel="stylesheet" href="/css/index.css" <h2>News</h2> <p>I'll add the interesting news of my website here. Read the commits to have more informations about the small changes of the site !</p> <div id="news"> - <p><code>04-10-2023:</code> moving to a VPS at <a href="https://contabo.com">Contabo</a>.</p> <p><code>29-09-2023:</code> nice favicon :).</p> <p><code>27-09-2023:</code> projects page in english !! a first step before the rest of the site.</p> <p><code>30-05-2023:</code> a better CSP to avoid <a href="https://im-in.space/@kdy/110429056346185564">trackers injections</a>.</p> diff --git a/lang/fr/index.html b/lang/fr/index.html index 064d57d..eb663d6 100644 --- a/lang/fr/index.html +++ b/lang/fr/index.html @@ -23,7 +23,6 @@ rel="stylesheet" href="/css/index.css" <h2>Nouveautés</h2> <p>Je rajouterai les nouveautés intéressantes du site ici. Lisez les commits pour avoir plus de détails sur les petites modifications du site !</p> <div id="news"> - <p><code>04-10-2023:</code> migration vers un VPS chez <a href="https://contabo.com">Contabo</a>.</p> <p><code>29-09-2023:</code> un joli favicon :).</p> <p><code>30-05-2023:</code> une meilleure CSP pour éviter <a href="https://im-in.space/@kdy/110429056346185564">les injections de trackers</a>.</p> <p><code>02-04-2023:</code> ajout de la page livres et suppression des drapeaux sur les pages sans traductions.</p>