From cbe2388af2bf1da828065c9ea6227f0094f4b52d Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 13:49:52 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index e374312..6682e6c 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -31,5 +31,7 @@ COPY --from=builder /app/build /app # Exposer le port 80 pour le trafic HTTP EXPOSE 80 +RUN ls + # La commande CMD est utilisée pour démarrer serve lorsque le conteneur démarre -CMD ["serve", "-s", "build", "-p", "80"] +CMD ["serve", "-s", ".", "-p", "80"]