Skip to content

Commit

Permalink
forgot migrations :skully:
Browse files Browse the repository at this point in the history
Signed-off-by: IThundxr <[email protected]>
  • Loading branch information
IThundxr committed Aug 7, 2023
1 parent f7155a1 commit 9f0e12e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ COPY prisma ./prisma/

RUN pnpm install --frozen-lockfile

RUN prisma generate

COPY . .

RUN prisma migrate deploy

CMD [ "pnpm", "run", "start" ]

0 comments on commit 9f0e12e

Please sign in to comment.