This should work with exectuable

This commit is contained in:
Macleykun
2022-06-12 16:04:21 +02:00
parent 0c3ceede24
commit 17f6203d99

View File

@@ -31,6 +31,6 @@ RUN ln -s /home/pi/pialert/front /var/www/html/pialert \
EXPOSE 20211
# Set up startup script to run two commands, cron and the lighttpd server
RUN chmod +x /home/pi/pialert/dockerfiles/start.sh
# RUN chmod +x /home/pi/pialert/dockerfiles/start.sh
CMD ["/home/pi/pialert/dockerfiles/start.sh"]