gophish/build-binary-via-docker.sh

4 lines
157 B
Bash
Executable File

#!/bin/bash
echo "[*] Building the golang binary into the ./output directory "
docker image build --output "type=local,dest=$(pwd)/output" --target binary .