Skip to content

Commit b8cb5fd

Browse files
committed
fix: temp Docker db push
1 parent 3f29d95 commit b8cb5fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ENV NODE_ENV production
1616

1717
RUN pnpm install -P
1818

19+
RUN pnpm prisma db push
20+
1921
USER node
2022

2123
CMD pnpm start

0 commit comments

Comments
 (0)