Skip to content

Commit

Permalink
Enable prisma codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Feb 25, 2025
1 parent 6341892 commit 8f66d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/rpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ ENV DOCKER_BUILD=1

RUN npm install -g [email protected] [email protected] --ignore-scripts
COPY --from=builder /app/out/json .
RUN pnpm install --ignore-scripts

# Must enable scripts here for Prisma codegen to build
RUN pnpm install
COPY --from=builder /app/out/full .
RUN turbo run build --filter @dotkomonline/rpc

Expand Down

0 comments on commit 8f66d1c

Please sign in to comment.