Made sure to make script already executable using git, no need to do it again in Dockerfile

This commit is contained in:
Macleykun
2022-06-12 14:52:21 +02:00
parent 7413bf57ab
commit 8649805ab3

View File

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