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

master
Destroyeur6315 1 year ago
parent 4b087b721d
commit c54c83a968

@ -8,7 +8,7 @@ COPY . /usr/share/nginx/html
EXPOSE 80
# Commande shell
RUN ["ls", "-l", "/usr/share/nginx/html"]
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;"]

Loading…
Cancel
Save