steam-insurgency/Dockerfile

11 lines
308 B
Docker
Raw Normal View History

2020-08-13 05:25:05 +02:00
FROM zombi/steam:latest
2017-04-13 11:17:11 +02:00
MAINTAINER MadMaurice <madmaurice@zom.bi>
EXPOSE 27015/udp
2020-08-13 06:24:45 +02:00
ADD bin/entrypoint.sh /entrypoint.sh
RUN chmod +xr /entrypoint.sh
2017-04-13 11:17:11 +02:00
USER steam
2020-08-13 06:24:45 +02:00
ENTRYPOINT ["/entrypoint.sh"]
CMD ["+mapgroup", "mg_active", "+map", "ministry", "+maxplayers", "8", "+mapcyclefile", "mapcycle_cooperative.txt"]