From 5c086bc52fa3a226bcf706b1f420a5d98ea377dd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 10:45:58 +0100 Subject: Redo most of the blog in Hugo Missing posts will have to be added later --- src/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/Dockerfile (limited to 'src/Dockerfile') diff --git a/src/Dockerfile b/src/Dockerfile deleted file mode 100644 index cd97e8c..0000000 --- a/src/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM registry.gitlab.com/tyil/docker-http-static:latest - -COPY _site /var/www -COPY .docker/envvars.sh /usr/local/bin/lighttpd-env.sh -COPY .docker/lighttpd.conf /etc/lighttpd/custom.d/lighttpd.conf - -RUN chmod +x /usr/local/bin/lighttpd-env.sh -- cgit v1.1