Skip to content

Commit

Permalink
Download zkeys + Generate keypair
Browse files Browse the repository at this point in the history
  • Loading branch information
ntampakas committed May 23, 2024
1 parent 515a64a commit 18a0041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coordinator/apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ARG PORT=8545
WORKDIR ./maci
COPY --chown=node:node --from=builder /builder/ ./
WORKDIR /maci/coordinator
RUN pnpm run download-zkeys:test
RUN pnpm run generate-keypair

EXPOSE ${PORT}
CMD ["node", "build/ts/main.js"]

0 comments on commit 18a0041

Please sign in to comment.