diff --git a/Dockerfile b/Dockerfile index 4dd5b399..1e7ed043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/usr/sbin/lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"] \ No newline at end of file