Update Dockerfile and configuration files to use port 8080 and improve caching
All checks were successful
Talks slides — image & chart / vars (push) Successful in 1m1s
Talks slides — image & chart / Helm chart (push) Successful in 1m57s
Talks slides — image & chart / Build container image (push) Successful in 2m22s

This commit is contained in:
Le Prévost-Corvellec Arnault
2026-04-08 21:27:27 +02:00
parent 7b86ba15b2
commit e1576d2360
4 changed files with 29 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
server_name localhost;
# Racine web = contenu statique sparse (dossier content/ du dépôt).
root /usr/share/nginx/html/content;