updated Dockerfile use lighttpd as webserver
nclazz/www.nclazz.de/pipeline/head This commit looks good Details

master
Niclas Thobaben 2022-02-25 11:47:39 +01:00
parent 315b223ee0
commit da50efee64
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
FROM docker.nclazz.de/nclazz/static-webserver:latest
COPY ./site .
FROM jitesoft/lighttpd:latest
COPY ./site /var/www/html