IW4xDocker/Dockerfile
Jack Hadrill 4241498376
Some checks failed
continuous-integration/drone/push Build is failing
Update 'Dockerfile'
2022-08-09 18:43:28 +00:00

6 lines
301 B
Docker

FROM ubuntu:22.04
WORKDIR /game
RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install wine32 && 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" ]