tor-router/dind/alpine/build.sh

6 lines
76 B
Bash
Executable file

#!/bin/bash
cp ../wrapdocker .
docker build -t dind_alpine .
rm wrapdocker