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 182B

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