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