You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 154B

123456789
  1. FROM robinthoni/steamcmd:1.0.0
  2. MAINTAINER Robin Thoni <robin@rthoni.com>
  3. COPY ./run.sh /
  4. EXPOSE 7777/udp 27015/udp 8080/tcp 20560/udp
  5. CMD ["/run.sh"]