fix: update command to start server using pnpm

This commit is contained in:
Kyush 2026-04-08 12:19:51 +09:00
commit f72de32d29

View file

@ -50,4 +50,4 @@ RUN mkdir -p /data
EXPOSE 3000
CMD ["npx", "tsx", "server/src/main.ts"]
CMD ["pnpm", "--filter", "server", "start"]