From ffd99b04a347fcfe686fa208794e44007422803d Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 13:53:01 +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, 2 insertions(+), 2 deletions(-) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 6682e6c..d465db4 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -29,9 +29,9 @@ WORKDIR /app COPY --from=builder /app/build /app # Exposer le port 80 pour le trafic HTTP -EXPOSE 80 +EXPOSE 8080 RUN ls # La commande CMD est utilisée pour démarrer serve lorsque le conteneur démarre -CMD ["serve", "-s", ".", "-p", "80"] +CMD ["serve", "-s", ".", "-p", "8080"]