Skip to content

Commit

Permalink
🔧 Update Dockerfile to install tsx package and update dependencies. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 25, 2024
1 parent 0ecef86 commit fe517d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ecran/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +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 corepack enable && corepack enable pnpm && pnpm install drizzle-orm postgres
RUN corepack enable && corepack enable pnpm && pnpm install tsx drizzle-orm postgres

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

0 comments on commit fe517d7

Please sign in to comment.