There was an error while loading. Please reload this page.
1 parent 9ded1b6 commit 23635baCopy full SHA for 23635ba
1 file changed
Dockerfile
@@ -28,6 +28,8 @@ RUN groupadd --system --gid 1001 nodejs \
28
COPY --from=builder /app/public ./public
29
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
30
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
33
34
USER nextjs
35
EXPOSE 3000
0 commit comments