Skip to content

Commit

Permalink
✨ Add drizzle-orm and postgres in the Dockerfile. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 25, 2024
1 parent 8f262fb commit a2a10e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ecran/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
COPY --from=builder /app/drizzle ./drizzle
COPY --from=builder /app/src/db ./src/db
RUN pnpm add drizzle-orm postgres

# Set the correct permission for prerender cache
RUN mkdir .next
Expand Down

0 comments on commit a2a10e2

Please sign in to comment.