Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richard483 committed Jan 7, 2024
1 parent 64b1f08 commit f6c7474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . /usr/src/app

RUN npm ci

RUN npm run migrate
RUN npx prisma generate

RUN npm run build

Expand Down

0 comments on commit f6c7474

Please sign in to comment.