4 lines
117 B
Bash
Executable File
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 .
|