mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Improve docker image size with a 2 stages image (#463)
* Improve docker image size with a 2 stages image * Minor doc updates * Fix and reduce size of the docker image * Fix paths in scripts
This commit is contained in:
@@ -22,7 +22,8 @@ case $TARGET in
|
||||
|
||||
"wasm")
|
||||
# Install prerequisites and build all wasm projects
|
||||
./init.sh
|
||||
./build.sh
|
||||
./scripts/init.sh
|
||||
./scripts/build.sh
|
||||
./scripts/build-demos.sh
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user