aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Containerfile b/Containerfile
deleted file mode 100644
index 71a3c5c..0000000
--- a/Containerfile
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM alpine:3
-RUN apk add --no-cache git hugo nginx
-COPY clone-generate-and-serve.sh /bin/clone-generate-and-serve.sh
-COPY nginx.conf /etc/nginx/http.d/default.conf
-EXPOSE 80
-STOPSIGNAL SIGQUIT
-CMD ["/bin/clone-generate-and-serve.sh"]