mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-11 12:41:36 -07:00
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
|
EXPOSE 20211
|
||||||
|
|
||||||
# Set up startup script to run two commands, cron and the lighttpd server
|
# 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"]
|
CMD ["/home/pi/pialert/dockerfiles/start.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user