Skip to content

Commit

Permalink
Add prisma cli target
Browse files Browse the repository at this point in the history
based on this prisma/prisma#23009
  • Loading branch information
mishraomp authored Jun 15, 2024
1 parent cb83db3 commit 91d448b
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 @@ -4,6 +4,7 @@ FROM node:22.2.0-slim AS build
# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
COPY . ./
ENV PRISMA_CLI_BINARY_TARGETS debian-openssl-3.0.x
RUN npm run deploy

# Deploy using minimal Distroless image
Expand Down

0 comments on commit 91d448b

Please sign in to comment.