Skip to content

Commit

Permalink
build image with arbitrary code size limit (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonny Rhea <[email protected]>
  • Loading branch information
wakamex and jrhea committed Sep 20, 2023
1 parent b7d1a2e commit 0cb80cc
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 @@ -31,7 +31,7 @@ ENV RPC_URL=http://localhost:8545
# node and dump the state into the "./data" directory. At runtime, the consumer
# can start anvil with the "--load-state ./data" flag to start up anvil with
# the post-migrations state.
RUN anvil --dump-state ./data & \
RUN anvil --dump-state ./data --code-size-limit 9999999999 & \
ANVIL="$!" && \
sleep 2 && \
./migrate.sh && \
Expand Down

0 comments on commit 0cb80cc

Please sign in to comment.