From a483adb7c520d1a119f51782630778afd00cd5f5 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Sat, 25 Mar 2017 19:31:12 +0100 Subject: [PATCH] Replaced ENTRYPOINT with CMD --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5d3c8b..0be75d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,7 @@ RUN wget -O teamspeak3-server_linux-amd64.tar.bz2 http://dl.4players.de/ts/relea ADD /scripts/ /opt/scripts/ RUN chmod -R 774 /opt/scripts/ -ENTRYPOINT ["/opt/scripts/docker-ts3.sh"] -#CMD ["-w", "/teamspeak3/query_ip_whitelist.txt", "-b", "/teamspeak3/query_ip_blacklist.txt", "-o", "/teamspeak3/logs/", "-l", "/teamspeak3/"] +CMD ["/opt/scripts/docker-ts3.sh"] # Expose the Standard TS3 port. EXPOSE 9987/udp