mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
added chmod
This commit is contained in:
parent
d5399d3ce6
commit
bd614557f9
1 changed files with 1 additions and 0 deletions
|
@ -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/"]
|
||||
|
|
Loading…
Reference in a new issue