Update client/Dockerfile

This commit is contained in:
2025-11-28 15:18:23 +00:00
parent 669980ea93
commit 30e740e70f

View File

@@ -9,4 +9,4 @@ COPY . .
EXPOSE 4200
CMD ["npx", "ng", "serve", "--host", "0.0.0.0", "--port", "4200", "--configuration", "production"]
CMD ["npx", "ng", "serve", "--host", "0.0.0.0", "--port", "4200", "--configuration", "production", "--proxy-config", "proxy.conf.json"]