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 b5ae590 commit 9c63a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ COPY config/ ./config/
# Copiar código da API
COPY apps/api/ ./apps/api/

COPY prisma ./apps/api/prisma

# Instalar dependências
RUN pnpm install --frozen-lockfile

Expand Down

0 comments on commit 9c63a26

Please sign in to comment.