4 lines
128 B
Bash
4 lines
128 B
Bash
|
#!/bin/sh
|
||
|
docker build --tag eccrypto -f .buildbot/node/Dockerfile .
|
||
|
docker run -it --rm eccrypto:latest .buildbot/node/test.sh
|