Delete docker.sh

This commit is contained in:
Ken-Håvard Lieng 2018-05-19 01:02:50 +02:00 committed by GitHub
parent 2f2c500453
commit 27653982d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +0,0 @@
#!/bin/sh
cp /etc/ssl/certs/ca-certificates.crt .
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags -w -o build/dispatch
docker build -t khlieng/dispatch .