Skip to content

Commit d532f45

Browse files
committed
fix: Dockerfile
1 parent b8cb5fd commit d532f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV NODE_ENV production
1616

1717
RUN pnpm install -P
1818

19-
RUN pnpm prisma db push
19+
RUN pnpm pnpx prisma db push
2020

2121
USER node
2222

0 commit comments

Comments
 (0)