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