aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
committerJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
commitf374aae962d25beeeb05f180e59cdef7c9e3be9b (patch)
tree431b9e356474bb9e3e8d1e20936a024570cf8c66 /Containerfile
parent72d883f2d3db0b599a9548afbdc01dab0c903ce6 (diff)
downloadcapotej.com-f374aae962d25beeeb05f180e59cdef7c9e3be9b.tar.gz
remove container stuff
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"]