Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
JusJira committed Oct 29, 2023
1 parent f658982 commit 7030451
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 @@ -30,7 +30,7 @@ COPY . .
#RUN yarn build
COPY . .

RUN npx prisma generate
RUN npx prisma generate --schema ./prisma/schema.prisma
# If using npm comment out above and use below instead
RUN npm run build

Expand Down

0 comments on commit 7030451

Please sign in to comment.