FROM zombi/steam:latest MAINTAINER MadMaurice 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"]