diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 4ae8e2a..d465db4 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -31,7 +31,7 @@ COPY --from=builder /app/build /app # Exposer le port 80 pour le trafic HTTP EXPOSE 8080 -RUN ls static/ +RUN ls # La commande CMD est utilisée pour démarrer serve lorsque le conteneur démarre -CMD ["serve", "-s", "-n", ".", "-p", "8080"] +CMD ["serve", "-s", ".", "-p", "8080"]