Ajout de la présentation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copie vos fichiers statiques (index.html, etc.)
|
||||
COPY ./app /usr/share/nginx/html
|
||||
COPY ./presentation /usr/share/nginx/html
|
||||
|
||||
# Force les droits Linux corrects pour Nginx (évite le 403 Forbidden)
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html && \
|
||||
|
||||
Reference in New Issue
Block a user