From 30e740e70f8e96502ee76d0488d2d712345bc560 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 28 Nov 2025 15:18:23 +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 8c524f1..760e95d 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"] \ No newline at end of file +CMD ["npx", "ng", "serve", "--host", "0.0.0.0", "--port", "4200", "--configuration", "production", "--proxy-config", "proxy.conf.json"] \ No newline at end of file