Skip to content

Commit

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

RUN apt-get update -y && apt-get install -y openssl
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
Expand Down

0 comments on commit bcc4e03

Please sign in to comment.