mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-07-23 23:20:43 +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
|