added lighttpd-enable-mod fastcgi-php to fix the permission

This commit is contained in:
Macleykun
2022-06-17 23:06:27 +02:00
parent e0fe706032
commit 07de6cd17a

View File

@@ -15,7 +15,7 @@ COPY . /home/pi/pialert
# delete .git/ files and the tar/ realese directory to make the image smaller # delete .git/ files and the tar/ realese directory to make the image smaller
#RUN rm -r /home/pi/pialert/.git \ #RUN rm -r /home/pi/pialert/.git \
RUN rm -r /home/pi/pialert/tar RUN rm -r /home/pi/pialert/tar && lighttpd-enable-mod fastcgi-php
# Pi.Alert # Pi.Alert
RUN ln -s /home/pi/pialert/front /var/www/html/pialert \ RUN ln -s /home/pi/pialert/front /var/www/html/pialert \