Switch to hosted steam image

This commit is contained in:
paul 2018-10-21 18:23:41 +02:00 committed by Hive
parent efb7fe4225
commit ad40b4df99
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM zombi/steam-base FROM zombi/steam
MAINTAINER MadMaurice <madmaurice@zom.bi>, Paul <paul@zom.bi> MAINTAINER MadMaurice <madmaurice@zom.bi>, Paul <paul@zom.bi>
EXPOSE 27015/udp EXPOSE 27015/udp

View File

@ -4,8 +4,6 @@ server.
### Building steam-csgo ### Building steam-csgo
first build the `steam-base` image.
``` ```
docker build -t zombi/steam-csgo . docker build -t zombi/steam-csgo .
``` ```