again forgot the &&

This commit is contained in:
Macleykun
2022-06-18 12:49:33 +02:00
parent cf71698619
commit 07ba16593f

View File

@@ -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