Update client/Dockerfile

This commit is contained in:
2025-11-28 15:01:20 +00:00
parent d6dba27b16
commit b42b4fd015

View File

@@ -9,4 +9,4 @@ COPY . .
EXPOSE 4200 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"]