Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
tweaks
  • Loading branch information
csprance committed Jul 27, 2022
1 parent ae79461 commit 3e13dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ EXPOSE 3000
# build and start
RUN yarn build
# deploy prisma migrate/generate
RUN yarn prisma:generate
RUN yarn prisma:deploy
# start
CMD npm run start

0 comments on commit 3e13dc3

Please sign in to comment.