fixed copy path

This commit is contained in:
Philipp Hufnagl 2018-04-15 21:50:00 +02:00
parent 2c48098a62
commit 4d4a13bd13

View file

@ -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