mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-04-29 15:37:58 +00:00
Added License file to Docker and NPM build (#28)
This commit is contained in:
@@ -26,4 +26,5 @@ COPY --from=builder /build/scripts/cluster.sh /usr/bin/cluster
|
||||
COPY --from=builder /build/scripts/codegen.sh /usr/bin/codegen
|
||||
COPY --from=builder /build/jq /usr/bin/jq
|
||||
|
||||
COPY code-templates /code-templates
|
||||
COPY code-templates /code-templates
|
||||
COPY evernode-license.pdf /evernode-license.pdf
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t evernodedev/hpdevkit .
|
||||
cp ../evernode-license.pdf .
|
||||
docker build -t evernodedev/hpdevkit .
|
||||
rm evernode-license.pdf
|
||||
Reference in New Issue
Block a user