Skip to content

Commit

Permalink
fix: Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNono committed May 16, 2024
1 parent 9117ae3 commit d475b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN npm install -g pnpm

COPY --chown=node:node package.json pnpm-lock.yaml ./

RUN pnpm install --frozen-lockfile --prod=false
RUN pnpm install --frozen-lockfile --prod=false && pnpm prisma generate

COPY --chown=node:node . .

Expand Down

0 comments on commit d475b3a

Please sign in to comment.