all repos — eyes-like-fire @ ed5d32be66b0fefb153de3d6311b82b8f30c7675

Source code for the main eyes-like-fire website

src/Dockerfile (view raw)

 1
 2
 3
 4
 5
 6
FROM ubuntu:latest

RUN apt-get update
RUN apt-get install -y lighttpd

CMD ["lighttpd", "-D", "-f", "/var/www/lighttpd.conf"]