diff options
-rw-r--r-- | Dockerfile.scratch (renamed from Dockerfile.sally) | 0 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.sally b/Dockerfile.scratch index f78f304..f78f304 100644 --- a/Dockerfile.sally +++ b/Dockerfile.scratch @@ -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 |