diff --git a/Dockerfile b/Dockerfile index ab38e23..12318e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM zombi/steam-base +FROM zombi/steam MAINTAINER MadMaurice , Paul EXPOSE 27015/udp diff --git a/README.md b/README.md index ecf87e8..ba0c302 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ server. ### Building steam-csgo -first build the `steam-base` image. - ``` docker build -t zombi/steam-csgo . ```