Manual merge of pr/64 by @0x5f3

This commit is contained in:
jokob-sk
2022-08-05 10:57:16 +10:00
parent 7d50e3407b
commit e6d75b411a
10 changed files with 16 additions and 15 deletions

View File

@@ -13,7 +13,8 @@ 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 \
&& rm -rf /var/www/html \
&& ln -s /home/pi/pialert/front /var/www/html \
&& ln -s /home/pi/pialert/front /var/www/html/pialert \
&& lighttpd-enable-mod fastcgi-php