summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: cd97e8c3bb75722b95ccb5952d21f0db6385e1ee (plain)
1
2
3
4
5
6
7
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