Skip to content

Commit

Permalink
prisma generate requires prisma directory
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 24, 2024
1 parent 17bcc85 commit 9487589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR $APP_HOME

COPY --chown=node:node package.json ./
COPY --chown=node:node yarn.lock ./
COPY --chown=node:node prisma ./prisma

RUN yarn install --frozen-lockfile --production=false

Expand Down

0 comments on commit 9487589

Please sign in to comment.