Skip to content

Commit

Permalink
pin prisma version
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Dec 13, 2023
1 parent 917833f commit 3df5183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.migrations
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
# prisma generate command which in turn generates the Prisma Client code
# into the default location `node_modules/.prisma/client`
RUN yarn set version berry
RUN yarn add prisma
RUN yarn add prisma@5.1.1
COPY schema.prisma .
COPY migrations migrations/

Expand Down

0 comments on commit 3df5183

Please sign in to comment.