diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 27da4b2..4ae8e2a 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 +RUN ls static/ # La commande CMD est utilisée pour démarrer serve lorsque le conteneur démarre CMD ["serve", "-s", "-n", ".", "-p", "8080"]