Compare commits

...

2 Commits

Author SHA1 Message Date
streaper2
21b052ea59 Merge branch 'main' of https://git.kaelstudio.tech/solidaires/sympa 2026-03-31 15:47:38 +02:00
streaper2
ed37be02d6 maj chemin dist pendant build dockefile 2026-03-31 15:47:34 +02:00

View File

@@ -26,8 +26,7 @@ RUN rm -rf /usr/share/nginx/html/*
# On copie uniquement les fichiers compilés depuis l'étape 1
# Attention : si tu utilises Vite, le dossier source sera /app/dist au lieu de /app/build
COPY --from=builder /app/build /usr/share/nginx/html
COPY --from=builder /app/dist /usr/share/nginx/html
EXPOSE 80
# Nginx se lance au premier plan