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 2, 2025
1 parent 9c63a26 commit 794f3d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ COPY config/ ./config/

# Copiar código da API
COPY apps/api/ ./apps/api/

COPY prisma ./apps/api/prisma
COPY apps/api/prisma ./apps/api/prisma

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

0 comments on commit 794f3d4

Please sign in to comment.