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.
123456789 |
- FROM robinthoni/steamcmd:1.0.0
-
- MAINTAINER Robin Thoni <robin@rthoni.com>
-
- COPY ./run.sh /
-
- EXPOSE 7777/udp 27015/udp 8080/tcp 20560/udp
-
- CMD ["/run.sh"]
|