Made sure to make script already executable using git, no need to do it again in Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user