mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
fix s6 permission
This commit is contained in:
@ -65,7 +65,7 @@ COPY postrm /usr/bin/
|
||||
COPY config.js /usr/flood/
|
||||
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
|
||||
|
||||
VOLUME /data /usr/flood/server/db
|
||||
|
Reference in New Issue
Block a user