From 9ea986f0e6efe3e54a4ca6b593e4042e6fd1e8f2 Mon Sep 17 00:00:00 2001 From: Macleykun Date: Fri, 17 Jun 2022 23:32:29 +0200 Subject: [PATCH] tidy up and final test --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44960d45..8cedfe28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,12 +20,12 @@ RUN rm -r /home/pi/pialert/tar && lighttpd-enable-mod fastcgi-php # Pi.Alert RUN ln -s /home/pi/pialert/front /var/www/html/pialert \ && python /home/pi/pialert/back/pialert.py update_vendors \ - && (crontab -l 2>/dev/null; cat /home/pi/pialert/install/pialert.cron) | crontab - \ + && (crontab -l 2>/dev/null; cat /home/pi/pialert/install/pialert.cron) | crontab - #&& chgrp -R www-data /home/pi/pialert/db \ - && chmod -R 777 /home/pi/pialert/db + #&& chmod -R 755 /home/pi/pialert/db EXPOSE 80 -# +# https://github.com/rtsp/docker-lighttpd/blob/main/Dockerfile CMD ["/home/pi/pialert/dockerfiles/start.sh"] \ No newline at end of file