Forgot added new line in first RUN

This commit is contained in:
Macleykun
2022-06-17 22:59:17 +02:00
parent 4e65bd946d
commit e0fe706032

View File

@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get clean autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/* \
ln -s /home/pi/pialert/install/index.html /var/www/html/index.html
&& ln -s /home/pi/pialert/install/index.html /var/www/html/index.html
# Redirect for lighthttpd to work properly
COPY . /home/pi/pialert