Skip to content

Commit

Permalink
docker: compile contracts.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Feb 17, 2025
1 parent 5030086 commit 2671f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN pip install -r requirements.txt
RUN python -c 'import vvm; vvm.install_vyper("0.4.0", True)'
RUN ape pm install
RUN ape pm compile
RUN ape compile

ENTRYPOINT []

0 comments on commit 2671f14

Please sign in to comment.