FROM zombi/steam MAINTAINER MadMaurice <madmaurice@zom.bi>, Paul <paul@zom.bi> EXPOSE 2302-2305/udp 2308/udp ADD bin/entrypoint.sh /entrypoint.sh ADD server.cfg /home/steam ADD player.armaProfile /home/steam RUN chmod +xr /entrypoint.sh USER steam ENTRYPOINT ["/entrypoint.sh"] CMD ["-world=empty"]