|
@@ -10,7 +10,7 @@ docker build --tag runtime-build --file ./runtime_dockerfile .
|
|
|
# Create a non running container from the runtime build image
|
|
|
docker create --name runtime-container runtime-build
|
|
|
# Copy the compiled wasm blob from the docker container to our host
|
|
|
-docker cp runtime-container:/runtime/wasm/target/wasm32-unknown-unknown/release/joystream_node_runtime_wasm.compact.wasm joystream_runtime.wasm
|
|
|
+docker cp runtime-container:/runtime/target/release/wbuild/joystream-node-runtime/joystream_node_runtime.compact.wasm joystream_runtime.wasm
|
|
|
docker rm runtime-container
|
|
|
|
|
|
# compute blake2_256 hash of the wasm blob - this should match the hash computed when the runtime file is
|