Skip to content

Commit d767a25

Browse files
committed
One more Docker fix
aaaaaAAAAAAAAAAAAAAAAAAa
1 parent add4021 commit d767a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
5555
# copy my little start script (for migrating the database)
5656
COPY --from=builder --chown=nextjs:nodejs /app/docker-start.sh ./
5757
COPY --from=builder --chown=nextjs:nodejs /app/drizzle.config.prod.ts ./
58+
RUN npm install drizzle-kit
5859

5960
USER nextjs
6061

0 commit comments

Comments
 (0)