aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Grayson Koonce <grayson.koonce@gmail.com> 2017-01-26 13:42:56 -0800
committerGravatar GitHub <noreply@github.com> 2017-01-26 13:42:56 -0800
commit36aee2f74d0bbb139efcc0303fa04bf308efd5b3 (patch)
tree1e6ba69d435725b8d7b7c78a447ed8687954895b /Makefile
parent10d8a723b116b6ee54d57363c9eaebe9eaa71f4f (diff)
downloadsally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.tar.gz
sally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.tar.zst
sally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.zip
Rename Dockerfile.sally to Dockerfile.scratch (#27)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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