Skip to content

Commit 23635ba

Browse files
authored
Fun Drizzle
1 parent 9ded1b6 commit 23635ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN groupadd --system --gid 1001 nodejs \
2828
COPY --from=builder /app/public ./public
2929
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
3030
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
31+
COPY --from=builder --chown=nextjs:nodejs /app/drizzle ./drizzle
32+
COPY --from=builder --chown=nextjs:nodejs /app/drizzle.config.ts ./drizzle.config.ts
3133

3234
USER nextjs
3335
EXPOSE 3000

0 commit comments

Comments
 (0)