steam-gmod/Dockerfile

11 lines
309 B
Docker
Raw Normal View History

2018-10-21 18:24:11 +02:00
FROM zombi/steam
2017-04-13 10:57:41 +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
2017-08-29 23:15:37 +02:00
ENTRYPOINT ["/entrypoint.sh"]
2017-04-13 10:57:41 +02:00
CMD ["+maxplayers", "16", "+hostname", "Zom.bi TTT", "+gamemode", "terrortown", "+map", "gm_construct"]