We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add4021 commit d767a25Copy full SHA for d767a25
Dockerfile
@@ -55,6 +55,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
55
# copy my little start script (for migrating the database)
56
COPY --from=builder --chown=nextjs:nodejs /app/docker-start.sh ./
57
COPY --from=builder --chown=nextjs:nodejs /app/drizzle.config.prod.ts ./
58
+RUN npm install drizzle-kit
59
60
USER nextjs
61
0 commit comments