Mise à jour de 'cryptide_project/Dockerfile'
continuous-integration/drone/push Build is passing Details

pull/99/head
Thomas CHAZOT 2 years ago
parent 23a22a17c4
commit 6fbfb8ee4b

@ -26,4 +26,4 @@ COPY --from=0 /app/build /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
# Commande pour démarrer Nginx lorsque le conteneur est lancé # Commande pour démarrer Nginx lorsque le conteneur est lancé
CMD ["nginx", "-g", "daemon off;"] ENTRYPOINT ["nginx", "-g", "daemon off;"]

Loading…
Cancel
Save