mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
This is a squash of 241 commits from https://github.com/XRPL-Labs/xrpld-hooks/tree/hooks-chaining Ready for forward porting to rippled 1.8.3
7 lines
316 B
Bash
Executable File
7 lines
316 B
Bash
Executable File
#!/bin/bash
|
|
cp -r ../hook-api-examples docker/js #docker doesnt like symlinks?
|
|
/usr/bin/cp /root/wabt/bin/wasm2wat docker/
|
|
docker build --tag xrpllabsofficial/xrpld-hooks-testnet:latest . && docker create xrpllabsofficial/xrpld-hooks-testnet
|
|
rm -rf docker/js
|
|
docker push xrpllabsofficial/xrpld-hooks-testnet:latest
|