mirror of
https://github.com/fruworg/cstrike.git
synced 2025-02-22 19:01:14 +03:00
Update Dockerfile
This commit is contained in:
parent
dbdc279a6d
commit
ae2271111a
@ -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"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user