no message

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-12-24 10:50:43 +07:00
parent c6c1ebd7c3
commit f080854899
2 changed files with 13 additions and 13 deletions

View file

@ -22,4 +22,4 @@ COPY --from=deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
COPY --from=base /app/static /app/static
CMD ["pnpm", "run", "start"]
CMD ["npm", "run", "start"]