mirror of https://github.com/gophish/gophish
4 lines
157 B
Bash
4 lines
157 B
Bash
|
#!/bin/bash
|
||
|
echo "[*] Building the golang binary into the ./output directory "
|
||
|
docker image build --output "type=local,dest=$(pwd)/output" --target binary .
|