fix start cmd
All checks were successful
Publish Docker Images / docker (push) Successful in 42s

This commit is contained in:
Lee 2023-11-16 12:52:09 +00:00
parent d47dab453b
commit f54f381ef6
2 changed files with 2 additions and 2 deletions

@ -16,4 +16,4 @@ COPY . .
EXPOSE 3000
CMD [ "nnpm", "apps/node/index.js" ]
CMD [ "pnpm", "apps/node/index.js" ]

@ -16,4 +16,4 @@ COPY . .
EXPOSE 3000
CMD [ "nnpm", "apps/proxy/index.js" ]
CMD [ "pnpm", "apps/proxy/index.js" ]