added chmod

This commit is contained in:
Alex 2014-04-15 14:18:21 +02:00
parent d5399d3ce6
commit bd614557f9

View File

@ -22,6 +22,7 @@ VOLUME ["/teamspeak3"]
#RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz
ADD ${TEAMSPEAK_URL} /opt/
ADD /scripts/ /opt/scripts/
RUN chmod -R 774 /scripts/
ENTRYPOINT ["/opt/scripts/docker-ts3.sh"]
#CMD ["-w", "/teamspeak3/query_ip_whitelist.txt", "-b", "/teamspeak3/query_ip_blacklist.txt", "-o", "/teamspeak3/logs/", "-l", "/teamspeak3/"]