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