Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 7, 2023
1 parent e15b66f commit c08c790
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 @@ -35,12 +35,12 @@ WORKDIR /usr/app
COPY --from=client-builder /usr/app/client/build ./dist/build
COPY --from=server-builder /usr/app/dist ./dist

COPY ./server/prisma ./prisma

COPY ./server/package*.json ./

RUN npm install --production

COPY ./server/prisma/ ./prisma

RUN npx prisma generate

EXPOSE 5000
Expand Down

0 comments on commit c08c790

Please sign in to comment.