From 9eb94901d4e2d5500f38c5701e03d14ad94cf279 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sat, 4 Oct 2025 18:08:16 +0200 Subject: [PATCH] Version 1.3.0-rc2 - Modification du Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6a7871..98bc1c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY . . RUN npm run build EXPOSE 4001 -CMD [ "http-server", "dist" ] \ No newline at end of file +CMD ["http-server", "dist", "-p", "4001", "-P", "http://localhost:4001?"] \ No newline at end of file