Skip to content

Commit

Permalink
Add forge build in the image building
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 27, 2023
1 parent 914a29c commit 3bde8c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/starksheet-solidity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ COPY . .
ENV ETHERSCAN_API_KEY=
ENV FOUNDRY_PROFILE=docker

RUN forge build --names --force

ENTRYPOINT [ "forge" ]
CMD ["script", "script/Evmsheet.s.sol", "--broadcast"]

0 comments on commit 3bde8c3

Please sign in to comment.