fix: update command to start server using pnpm
This commit is contained in:
parent
12ca255867
commit
f72de32d29
1 changed files with 1 additions and 1 deletions
|
|
@ -50,4 +50,4 @@ RUN mkdir -p /data
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["npx", "tsx", "server/src/main.ts"]
|
||||
CMD ["pnpm", "--filter", "server", "start"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue