aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-01-07 01:44:19 +0000
committerMike Crute <mike@crute.us>2020-01-07 01:44:19 +0000
commit6b1981bfb118aa9a3b0c045e359ac76fd4c89cab (patch)
treed9649795085debbb10a77b71820e92f681cb52f6
parent86d7e117a60ef08c1c9b94fd29a0a09ee851779a (diff)
downloaddockerfiles-6b1981bfb118aa9a3b0c045e359ac76fd4c89cab.tar.bz2
dockerfiles-6b1981bfb118aa9a3b0c045e359ac76fd4c89cab.tar.xz
dockerfiles-6b1981bfb118aa9a3b0c045e359ac76fd4c89cab.zip
nginx: refresh docker image on build
-rw-r--r--bind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/Makefile b/bind/Makefile
index 7b075ee..10c3ca4 100644
--- a/bind/Makefile
+++ b/bind/Makefile
@@ -1,6 +1,7 @@
1IMAGE=docker.crute.me/bind:latest 1IMAGE=docker.crute.me/bind:latest
2 2
3all: 3all:
4 docker pull alpine:edge
4 docker build -t $(IMAGE) . 5 docker build -t $(IMAGE) .
5 6
6all-no-cache: 7all-no-cache: