Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msp5382 authored Aug 15, 2023
1 parent 09b283e commit 596a5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN yarn

COPY prisma ./prisma

RUN yarn prisma migrate deploy
RUN yarn run prisma migrate deploy

COPY . .

RUN yarn build
RUN yarn run build

FROM --platform=amd64 node:16.19-alpine3.16

Expand Down

0 comments on commit 596a5b7

Please sign in to comment.