Skip to content

Commit

Permalink
feat: don't use npm script in cmd to save memory
Browse files Browse the repository at this point in the history
  • Loading branch information
vphoebe committed Jul 8, 2024
1 parent 80bee07 commit 23aeff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ COPY --from=builder /builder/prisma ./prisma
COPY --from=builder /builder/node_modules ./node_modules
COPY --from=builder /builder/build ./dist
# start beatnik
CMD npm start
CMD npx prisma migrate deploy ; node ./dist/deploy-commands.cjs ; node ./dist/beatnik.cjs

0 comments on commit 23aeff7

Please sign in to comment.