aboutsummaryrefslogtreecommitdiff
path: root/awstats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'awstats/Makefile')
-rw-r--r--awstats/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/awstats/Makefile b/awstats/Makefile
deleted file mode 100644
index 52b3117..0000000
--- a/awstats/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
1IMAGE=docker.crute.me/awstats:latest
2
3all:
4 docker pull alpine:edge
5 docker build -t $(IMAGE) .
6
7all-no-cache:
8 docker build --no-cache -t $(IMAGE) .
9
10publish:
11 docker push $(IMAGE)