From b42b4fd0150f9c296ba3a3e7a157ed902d19db77 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 28 Nov 2025 15:01:20 +0000 Subject: [PATCH] Update client/Dockerfile --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 1ccd51c..8c524f1 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -9,4 +9,4 @@ COPY . . EXPOSE 4200 -CMD ["npx", "ng", "serve", "--host", "0.0.0.0", "--port", "4200", "--configuration", "production", "--proxy-config", "proxy.conf.json"] +CMD ["npx", "ng", "serve", "--host", "0.0.0.0", "--port", "4200", "--configuration", "production"] \ No newline at end of file