test again?

This commit is contained in:
Macleykun
2022-06-19 13:36:54 +02:00
parent 702911eb66
commit 2e31171fe5
2 changed files with 2 additions and 3 deletions

View File

@@ -24,5 +24,4 @@ RUN rm -r /home/pi/pialert/tar \
# 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
#CMD ["/home/pi/pialert/dockerfiles/start.sh"]
CMD ["/usr/sbin/lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]
CMD ["/home/pi/pialert/dockerfiles/start.sh"]

View File

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