mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-12 22:02:41 +00:00
no message
This commit is contained in:
parent
ad7ec3b5a0
commit
decc07064f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ VOLUME ["/teamspeak3"]
|
||||||
|
|
||||||
# Download TS3 file and extract it into /opt.
|
# Download TS3 file and extract it into /opt.
|
||||||
ADD ${TEAMSPEAK_URL} /opt/
|
ADD ${TEAMSPEAK_URL} /opt/
|
||||||
RUN tar -xzf teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
|
RUN tar -xzf /opt/teamspeak3-server_linux-amd64-3.0.10.3.tar.gz
|
||||||
ADD /scripts/ /opt/scripts/
|
ADD /scripts/ /opt/scripts/
|
||||||
RUN chmod -R 774 /opt/scripts/
|
RUN chmod -R 774 /opt/scripts/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue