diff --git a/Dockerfile b/Dockerfile index 653ef9bf..bd72d8ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update \ && apt-get autoremove \ && rm -rf /var/lib/apt/lists/* \ && ln -s /home/pi/pialert/install/index.html /var/www/html/index.html \ - lighttpd-enable-mod fastcgi-php + && lighttpd-enable-mod fastcgi-php # Redirect for lighthttpd to work properly COPY . /home/pi/pialert