From 77726d2dc26dbd758eada28630ce9ae27378121b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Sat, 23 Sep 2023 14:57:40 +0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb83743..57caac0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ADD https://github.com/AMXX4u/BasePack/releases/download/1.0.20/BasePack.zip /tm RUN unzip -o /tmp/BasePack.zip -d /hlds RUN chmod +x hlds_linux -RUN touch cstrike/banned,listip.cfg -RUN touch cstrike/banned,listip.cfg +RUN touch cstrike/banned.cfg +RUN touch cstrike/listip.cfg ENTRYPOINT ./hlds_run -game cstrike -strictportbind -ip 0.0.0.0 -port 27015 +sv_lan 0 +map de_dust2 -maxplayers 16