returned to right state for PR merge

This commit is contained in:
Macleykun
2022-06-19 22:25:13 +02:00
parent e987f912f1
commit 8288336287
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ RUN rm -r /home/pi/pialert/tar \
&& (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 -
# https://github.com/rtsp/docker-lighttpd/blob/main/Dockerfile # https://github.com/rtsp/docker-lighttpd/blob/main/Dockerfile
# > this one maybe better? https://hub.docker.com/r/jitesoft/lighttpd
# Todo, refacto CMD so that we can run lighttpd and make it respond instant # Todo, refacto CMD so that we can run lighttpd and make it respond instant
# The above Dockerfile is doing this well, but i don't see why it isn't working for us # The above Dockerfile is doing this well, but i don't see why it isn't working for us

View File

@@ -2,4 +2,4 @@
chmod -R o+w /home/pi/pialert/db chmod -R o+w /home/pi/pialert/db
/etc/init.d/lighttpd start /etc/init.d/lighttpd start
cron && tail -f /var/log/syslog service cron start && tail -f /dev/null