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

master
Destroyeur6315 1 year ago
parent 06445855bf
commit cff2c1542b

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

Loading…
Cancel
Save