Skip to content

Commit

Permalink
Create optimize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike committed Mar 7, 2024
1 parent bbc59a3 commit f578be2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/optimize.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker run --rm \
-v "$(pwd)":/code \
--mount type=volume,source=arena_cache,target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.0

0 comments on commit f578be2

Please sign in to comment.