From cce0bc4c3fe4e6396535125e8dbbe4b0667c5894 Mon Sep 17 00:00:00 2001 From: dpedu Date: Mon, 16 Feb 2015 12:13:11 -0800 Subject: [PATCH] Allow znc user to edit pisg script --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dadf245..d48c77f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY default /etc/nginx/sites-available/default # Install pisg stuff for log generation RUN su -c 'mkdir /home/znc/pisg /home/znc/pisg/cache /home/znc/pisg/output /home/znc/pisg/output/.pub' znc COPY pisg.py /home/znc/pisg/ -RUN chmod +x /home/znc/pisg/pisg.py +RUN chmod +x /home/znc/pisg/pisg.py ; chown znc /home/znc/pisg/pisg.py # Install crontab COPY crontab /tmp/