Remove screen

This commit is contained in:
paul 2018-04-15 23:06:03 +02:00 committed by Hive
parent 3b2008df95
commit 2d57283e25
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM docker.zom.bi/dockerfiles/steam:latest
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y libcurl4-gnutls-dev:i386 screen
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/Zom.bi

View file

@ -14,7 +14,7 @@ services:
- 8768
volumes:
- /data/steam-games/:/home/steam/games/:rw
- world:/home/steam/.klei/DoNotStarveTogether/
- world:/home/steam/.klei/DoNotStarveTogether/Zom.bi/save
volumes:
world:

View file

@ -30,7 +30,7 @@ fi
# run the next commands from the installdir
cd $installdir/bin
run_shared=(screen -S DST ./dontstarve_dedicated_server_nullrenderer)
run_shared=(./dontstarve_dedicated_server_nullrenderer)
run_shared+=(-console)
run_shared+=(-cluster "$cluster_name")
run_shared+=(-monitor_parent_process $$)