Skip to content

Commit

Permalink
Merge branch 'sandbox' into braking-change-update-prisma-client
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 committed Jul 5, 2022
2 parents 217743f + bb6d137 commit 8b2ab48
Show file tree
Hide file tree
Showing 6 changed files with 3,390 additions and 63 deletions.
2 changes: 2 additions & 0 deletions example/gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ FROM base
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json

ENV PRISMA_SCHEMA_PATH=/app/node_modules/.prisma/client/schema.prisma

USER node

ENTRYPOINT ["/usr/bin/tini", "--"]
Expand Down
6 changes: 3 additions & 3 deletions example/gcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"private": true,
"dependencies": {
"@prisma/client": "^3.15.1",
"prisma-data-proxy-alt": "v1.2.0"
"@prisma/client": "^4.0.0",
"prisma-data-proxy-alt": "2.0.0-beta.4"
},
"devDependencies": {
"prisma": "^3.15.1"
"prisma": "^4.0.0"
}
}
Loading

0 comments on commit 8b2ab48

Please sign in to comment.