/usr/sbin/lighttpd

This commit is contained in:
Macleykun
2022-06-19 13:25:44 +02:00
parent b85b971e20
commit 702911eb66

View File

@@ -25,4 +25,4 @@ RUN rm -r /home/pi/pialert/tar \
# The above Dockerfile is doing this well, but i don't see why it isn't working for us
#CMD ["/home/pi/pialert/dockerfiles/start.sh"]
CMD ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]
CMD ["/usr/sbin/lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]