update CD
continuous-integration/drone/push Build is passing Details

master
Destroyeur6315 1 year ago
parent cff2c1542b
commit 41bbb7600d

@ -8,7 +8,7 @@ COPY . /usr/share/nginx/html
EXPOSE 80
# Commande shell
RUN ["ls", "-l"]
RUN ["ls", "-l", "/usr/share/nginx/html"]
# Commande par défaut pour lancer Nginx en mode non-démon
CMD ["nginx", "-g", "daemon off;"]

Loading…
Cancel
Save