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