From f374aae962d25beeeb05f180e59cdef7c9e3be9b Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 12 Feb 2023 09:51:37 -0500 Subject: remove container stuff --- Containerfile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Containerfile (limited to 'Containerfile') 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"] -- cgit v1.2.3