Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manh21 authored Feb 25, 2023
1 parent a502e30 commit 0fa99a2
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 @@ -17,8 +17,8 @@ COPY package*.json ./

RUN npm install

RUN npx prisma generate

COPY . .

RUN npx prisma generate

CMD ["node","index.js"]

0 comments on commit 0fa99a2

Please sign in to comment.