From 1ee6b386df97a54218dff6926147e6b8af09617f Mon Sep 17 00:00:00 2001 From: Laurent <58115082+naaturel@users.noreply.github.com> Date: Sun, 9 Mar 2025 11:26:32 +0100 Subject: [PATCH] Oopsie --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6413c2f..675c634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY . . RUN npm run build EXPOSE 8080 -CMD ["serve", "-s", "dist", "-l", "3000"] \ No newline at end of file +CMD ["serve", "-s", "dist", "-l", "8080"] \ No newline at end of file