Set prisma version in dockerfile
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ COPY --link bun.lock ./bun.lock
|
||||
COPY --link prisma ./prisma
|
||||
|
||||
RUN apt-get update -y && apt-get install -y openssl
|
||||
RUN bun add prisma
|
||||
RUN bun add prisma@6.13.0
|
||||
RUN bunx --bun prisma generate
|
||||
|
||||
FROM oven/bun:${BUN_VERSION} AS base
|
||||
|
||||
Reference in New Issue
Block a user