Skip to content

Commit

Permalink
Dockerfile to compile contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Jul 31, 2023
1 parent 34f1939 commit 2db5194
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 @@ -7,6 +7,6 @@ COPY --chown=node:node . .

RUN npm install

RUN npm run build
RUN npx hardhat compile

USER node

0 comments on commit 2db5194

Please sign in to comment.