diff --git a/Dockerfile b/Dockerfile index 352c47e..9074726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ FROM zombi/steam -MAINTAINER MadMaurice , Paul EXPOSE 27015/udp ADD bin/entrypoint.sh /entrypoint.sh -RUN chmod +xr /entrypoint.sh USER steam ENTRYPOINT ["/entrypoint.sh"] diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh old mode 100644 new mode 100755