Skip to content

Commit

Permalink
fix: docker run download pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Nov 11, 2024
1 parent 57f78ae commit 26a24ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

chown -R 1000:1000 /app

gosu node pnpm start
gosu node ./node_modules/.bin/prisma db push --accept-data-loss --skip-generate
gosu node node --enable-source-maps build/index.js

0 comments on commit 26a24ef

Please sign in to comment.