Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov committed Jul 9, 2023
1 parent 085f363 commit ee85cca
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 @@ -54,7 +54,7 @@ RUN \
FROM base AS runner
WORKDIR /app

RUN npm i -g prisma
RUN npm i -g prisma npm@latest

ENV NODE_ENV production

Expand Down

0 comments on commit ee85cca

Please sign in to comment.