summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-04-01 07:26:50 +0200
commitc455896ae9e69e2498742ff795e7886dee1ffa23 (patch)
tree62a7353cbd1b14b4dd93b453f1f38cfe533c66ec /Dockerfile
parent32acfbf6bf21d52e987d1b7599128f75b759ab28 (diff)
Move source files into src
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 0 insertions, 7 deletions
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