mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2025-12-06 00:20:04 +01:00
use npm run start instead of node as CMD
This commit is contained in:
parent
07421a5064
commit
044ef8bdb5
|
|
@ -31,4 +31,4 @@ COPY --chown=node:node --from=build /app/node_modules/.prisma/client ./node_modu
|
|||
# Copy Prisma Schema & Migrations
|
||||
COPY --chown=node:node --from=build /app/tools/prisma ./tools/prisma
|
||||
|
||||
CMD [ "dumb-init", "node", "dist/apps/server/main" ]
|
||||
CMD [ "dumb-init", "npm", "run", "start" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user