diff options
author | 2017-01-26 13:42:56 -0800 | |
---|---|---|
committer | 2017-01-26 13:42:56 -0800 | |
commit | 36aee2f74d0bbb139efcc0303fa04bf308efd5b3 (patch) | |
tree | 1e6ba69d435725b8d7b7c78a447ed8687954895b /Makefile | |
parent | 10d8a723b116b6ee54d57363c9eaebe9eaa71f4f (diff) | |
download | sally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.tar.gz sally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.tar.zst sally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.zip |
Rename Dockerfile.sally to Dockerfile.scratch (#27)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ docker-build-internal: rm -rf _tmp mkdir -p _tmp CGO_ENABLED=0 go build -a -installsuffix cgo -o _tmp/sally $(SRCS) - docker build -t uber/sally -f Dockerfile.sally . + docker build -t uber/sally -f Dockerfile.scratch . .PHONY: docker-build docker-build: docker-build-dev |