Skip to content

Commit

Permalink
fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 15, 2023
1 parent 348badf commit 15a4acb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stacks/peerdb-ui.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY ui/ ./

# Prisma
RUN yarn prisma generate

ENV NEXT_TELEMETRY_DISABLED 1
RUN yarn build

Expand Down

0 comments on commit 15a4acb

Please sign in to comment.