diff --git a/Dockerfile b/Dockerfile index 535c727..ca85c72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,5 @@ WORKDIR /wop/server ADD start-* /wop/server/ ADD config/ /wop/server/data/wop/ +RUN ["chmod", "+x", "/wop/server/start-ffa.sh"] CMD /wop/server/start-ffa.sh \ No newline at end of file