This commit is contained in:
2023-11-13 06:35:31 -08:00
parent db531cd69d
commit 93a2614a6c
6 changed files with 52 additions and 68 deletions

2
debian/Dockerfile vendored
View File

@@ -8,7 +8,7 @@ ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/ma
RUN apt-get -y update && apt-get clean \
&& apt-get install -y ca-certificates curl jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /ts3server /ts3temp /ts3temp/inifiles /ts3temp/serverfiles \
&& mkdir -p /ts3server /ts3temp /ts3temp/serverfiles \
&& chmod 777 -R /ts3server /ts3temp \
&& chown 99:100 -R /ts3server /ts3temp
ADD "${INSTALL_SCRIPT}" /ts3temp