Update Dockerfile

This commit is contained in:
ruslan 2025-02-07 18:07:58 +01:00 committed by GitHub
parent dbdc279a6d
commit ae2271111a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,5 +37,7 @@ RUN touch cstrike/listip.cfg
RUN rm -rf /tmp/* RUN rm -rf /tmp/*
EXPOSE 27015 EXPOSE 27015
CMD ./hlds_run -game cstrike -strictportbind -ip 0.0.0.0 -port 27015 \
+sv_lan 0 +map de_dust2 -maxplayers 10 +localinfo amxx_cfg cstrike/addons/amxmodx CMD ["./hlds_run", "-game", "cstrike", "-strictportbind", "-ip", "0.0.0.0", "-port", "27015", \
"+sv_lan", "0", "+map", "de_dust2", "-maxplayers", "10", "+localinfo", "amxx_cfg", "cstrike/addons/amxmodx"]