fix build.sh script (#574)

This commit is contained in:
Dev Kalra 2023-02-10 00:15:16 +05:30 committed by GitHub
parent 981d62c933
commit 138fbd924f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
docker run --rm -v "$(pwd)":/code \
-v $(cd ../../third_party; pwd):/third_party \
-v $(cd ../../wormhole_attester; pwd):/wormhole_attester \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.11