From 4d4a13bd13f2c679bd7ba4d7800149422c44e1dd Mon Sep 17 00:00:00 2001 From: Philipp Hufnagl Date: Sun, 15 Apr 2018 21:50:00 +0200 Subject: [PATCH] fixed copy path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fecec8..3cd8bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update RUN apt-get install -y libcurl4-gnutls-dev:i386 EXPOSE 11000 11000/udp 27018 27018/udp 8768 EXPOSE 8768/udp -COPY conf/ /home/steam/.klei/DoNotStarveTogether/ +COPY conf/ /home/steam/.klei/DoNotStarveTogether/Zom.bi RUN chown -R steam ~steam COPY entrypoint.sh /entrypoint.sh RUN chmod +xr /entrypoint.sh