steam-csgo/Dockerfile

11 lines
348 B
Docker
Raw Normal View History

2018-10-21 18:23:41 +02:00
FROM zombi/steam
2017-04-13 11:31:54 +02:00
MAINTAINER MadMaurice <madmaurice@zom.bi>, Paul <paul@zom.bi>
EXPOSE 27015/udp
ADD bin/entrypoint.sh /entrypoint.sh
RUN chmod +xr /entrypoint.sh
USER steam
ENTRYPOINT ["/entrypoint.sh"]
CMD ["+game_type", "0", "+game_mode", "1", "+mapgroup", "mg_active", "+map", "de_dust2", "+maxplayers", "12", "+rcon_password", "relativegal"]