mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-15 07:37:18 -04:00
Made sure to make script already executable using git, no need to do it again in Dockerfile
This commit is contained in:
1 parent
7413bf57ab
commit
8649805ab3
1 file changed
+1
-1
+1
-1
@@ -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