Skip to content

Commit

Permalink
TESTE
Browse files Browse the repository at this point in the history
  • Loading branch information
KozielGPC committed Mar 11, 2024
1 parent 5e94508 commit 21a8deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ FROM node:18-alpine
# Set the working directory
WORKDIR /app

RUN apt-get install -y build-essential libpq-dev

# Copy node_modules, package.json, prisma generated files and the build output from the builder stage
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package*.json ./
Expand Down

0 comments on commit 21a8deb

Please sign in to comment.