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