steam-insurgency/Dockerfile

11 lines
308 B
Docker

FROM zombi/steam:latest
MAINTAINER MadMaurice <madmaurice@zom.bi>
EXPOSE 27015/udp
ADD bin/entrypoint.sh /entrypoint.sh
RUN chmod +xr /entrypoint.sh
USER steam
ENTRYPOINT ["/entrypoint.sh"]
CMD ["+mapgroup", "mg_active", "+map", "ministry", "+maxplayers", "8", "+mapcyclefile", "mapcycle_cooperative.txt"]