no message

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

View file

@ -22,7 +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/
RUN chmod -R 774 /opt/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/"]