From 36aee2f74d0bbb139efcc0303fa04bf308efd5b3 Mon Sep 17 00:00:00 2001 From: Grayson Koonce Date: Thu, 26 Jan 2017 13:42:56 -0800 Subject: Rename Dockerfile.sally to Dockerfile.scratch (#27) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a6e06a0..7f563c5 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3