Update Dockerfile

This commit is contained in:
Alexandre
2021-10-06 22:23:23 +02:00
committed by GitHub
parent 0c50729d36
commit 6331acc90e

View File

@@ -32,6 +32,7 @@ WORKDIR /var/ts3server/
EXPOSE 9987/udp 10011 30033
COPY entrypoint.sh /opt/ts3server
RUN chmod a+rx /opt/ts3server/entrypoint.sh
ENTRYPOINT [ "entrypoint.sh" ]
CMD [ "ts3server" ]