Files
traefik-whoami/build.sh
2015-09-22 18:40:30 +02:00

4 lines
117 B
Bash
Executable File

#!/bin/sh
CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o whoamI
docker build -t emilevauge/whoami .