We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824905e commit 5011a41Copy full SHA for 5011a41
contracts/README.md
@@ -64,6 +64,11 @@ docker run --rm -v "$(pwd)":/code \
64
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
65
cosmwasm/optimizer:0.15.0 ./contracts/crypto-verify
66
67
+docker run --rm -v "$(pwd)":/code \
68
+ --mount type=volume,source="devcontract_cache_cyberpunk",target=/target \
69
+ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
70
+ cosmwasm/optimizer:0.15.0 ./contracts/cyberpunk
71
+
72
docker run --rm -v "$(pwd)":/code \
73
--mount type=volume,source="devcontract_cache_floaty",target=/target \
74
0 commit comments