Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPorfirio01 committed Jan 1, 2025
1 parent 3e842cd commit b5ae590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN pnpm install --frozen-lockfile

# Instalar dependências e garantir versões compatíveis do Prisma
RUN cd apps/api && \
pnpm add [email protected] && \
pnpm add @prisma/[email protected] && \
pnpm install

Expand Down

0 comments on commit b5ae590

Please sign in to comment.