mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-04-29 15:37:58 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp ../evernode-license.pdf .
|
|
docker build -t evernode/hpdevkit .
|
|
rm evernode-license.pdf
|