4 lines
78 B
Bash
4 lines
78 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd "$(dirname "$0")"
|
||
|
|
docker build -t p2pool_compiler_tests_ubuntu .
|