Files
traefik-whoami/build.sh
Gérald Croës 585d48ff07 Fixed the container name (#8)
* Fixed the container name
* whoamI -> whoami
2018-08-06 17:05:34 +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 containous/whoami .