chore: update dockerfile for prisma
This commit is contained in:
parent
1a48bb0370
commit
daf1d50fd0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ WORKDIR /app
|
|||
RUN corepack enable
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN yarn prisma:generate
|
||||
RUN yarn build
|
||||
|
||||
# ----- Runner -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue