Update Dockerfile

This commit is contained in:
Alexandre
2021-10-06 22:11:50 +02:00
committed by GitHub
parent 7691a855f8
commit c5c3d8a279

View File

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