fix s6 permission

This commit is contained in:
Wonderfall 2016-09-24 11:48:17 +02:00
parent 95a0442668
commit 32e07117d7
8 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@ COPY php-fpm.conf /etc/php7/php-fpm.conf
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
COPY run.sh /usr/local/bin/run.sh COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /lychee/uploads /lychee/data VOLUME /lychee/uploads /lychee/data

View File

@ -96,7 +96,7 @@ COPY run.sh /usr/local/bin/run.sh
COPY occ /usr/local/bin/occ COPY occ /usr/local/bin/occ
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /data /config /apps2 VOLUME /data /config /apps2

View File

@ -96,7 +96,7 @@ COPY run.sh /usr/local/bin/run.sh
COPY occ /usr/local/bin/occ COPY occ /usr/local/bin/occ
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /data /config /apps2 VOLUME /data /config /apps2

View File

@ -81,7 +81,7 @@ COPY run.sh /usr/local/bin/run.sh
COPY occ /usr/local/bin/occ COPY occ /usr/local/bin/occ
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /data /config /apps2 VOLUME /data /config /apps2

View File

@ -69,7 +69,7 @@ COPY php-fpm.conf /etc/php7/php-fpm.conf
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
COPY run.sh /usr/local/bin/run.sh COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /config VOLUME /config

View File

@ -26,7 +26,7 @@ COPY php-fpm.conf /etc/php7/php-fpm.conf
COPY run.sh /usr/local/bin/run.sh COPY run.sh /usr/local/bin/run.sh
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /zerobin/data VOLUME /zerobin/data

View File

@ -44,7 +44,7 @@ COPY php-fpm.conf /etc/php7/php-fpm.conf
COPY s6.d /etc/s6.d COPY s6.d /etc/s6.d
COPY run.sh /usr/local/bin/run.sh COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
VOLUME /rainloop/data VOLUME /rainloop/data

View File

@ -65,7 +65,7 @@ COPY postrm /usr/bin/
COPY config.js /usr/flood/ COPY config.js /usr/flood/
COPY rtorrent.rc /home/torrent/.rtorrent.rc COPY rtorrent.rc /home/torrent/.rtorrent.rc
RUN chmod +x /usr/bin/* /etc/s6.d/*/* \ RUN chmod +x /usr/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/* \
&& cd /usr/flood && ./node_modules/.bin/gulp dist && cd /usr/flood && ./node_modules/.bin/gulp dist
VOLUME /data /usr/flood/server/db VOLUME /data /usr/flood/server/db