update index.html
continuous-integration/drone/push Build is passing Details

master
Destroyeur6315 1 year ago
parent c54c83a968
commit 61bf6c9288

@ -7,9 +7,6 @@ COPY . /usr/share/nginx/html
# Expose le port 80 pour que le serveur web soit accessible
EXPOSE 80
# Commande shell
RUN ["ls", "-l", "/usr/share/nginx/html/images"]
# Commande par défaut pour lancer Nginx en mode non-démon
CMD ["nginx", "-g", "daemon off;"]

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save