From 5ffefb151decc850768e3419e40f0ad506baa351 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 15 Apr 2014 14:21:14 +0200 Subject: [PATCH] no message --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddaee12..428c98a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/"]