diff --git a/Dockerfile b/Dockerfile index fbf756c1..80ec0aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]