fix(docker): Fix Dockerfile errors

This commit is contained in:
Aki Amane
2025-04-23 23:55:29 +08:00
parent d4de2feaaa
commit 0b86b5d891
2 changed files with 31 additions and 10 deletions

View File

@@ -12,4 +12,4 @@ COPY . .
ENV NODE_ENV=production
CMD [node, src/index.js]
CMD ["node", "src/index.js"]