From c455896ae9e69e2498742ff795e7886dee1ffa23 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 Feb 2021 09:55:25 +0100 Subject: Move source files into src --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index cd97e8c..0000000 --- a/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