This commit is contained in:
parent
ce45b31656
commit
6f0b99d1b3
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
|
WORKDIR /game
|
||||||
|
RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32 wine64 && apt-get clean
|
||||||
|
|
||||||
|
CMD [ "wine", "/game/iw4x.exe", "-dedicated", "-stdout", "+set", "net_port", "26961", "+exec", "server.cfg", "+party_enable", "0", "+sv_maxclients", "20", "+map_rotate" ]
|
Loading…
x
Reference in New Issue
Block a user