diff --git a/Dockerfile.Node b/Dockerfile.Node index 3778d2e..6f74371 100644 --- a/Dockerfile.Node +++ b/Dockerfile.Node @@ -16,4 +16,4 @@ COPY . . EXPOSE 3000 -CMD [ "nnpm", "apps/node/index.js" ] \ No newline at end of file +CMD [ "pnpm", "apps/node/index.js" ] \ No newline at end of file diff --git a/Dockerfile.Proxy b/Dockerfile.Proxy index fd33a39..5e34dc1 100644 --- a/Dockerfile.Proxy +++ b/Dockerfile.Proxy @@ -16,4 +16,4 @@ COPY . . EXPOSE 3000 -CMD [ "nnpm", "apps/proxy/index.js" ] \ No newline at end of file +CMD [ "pnpm", "apps/proxy/index.js" ] \ No newline at end of file