Reduce the amount of layers

This commit is contained in:
Tilo Spannagel 2017-03-25 22:02:38 +01:00
parent a483adb7c5
commit bbbae4fe88
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

View File

@ -31,9 +31,5 @@ RUN chmod -R 774 /opt/scripts/
CMD ["/opt/scripts/docker-ts3.sh"]
# Expose the Standard TS3 port.
EXPOSE 9987/udp
# for files
EXPOSE 30033
# for ServerQuery
EXPOSE 10011
# Expose the Standard TS3 port, for files, for serverquery
EXPOSE 9987/udp 30033 10011