Make start-ffa-sh excutable

This commit is contained in:
Elias Stepanik 2023-12-03 16:09:27 +01:00
parent e6da35921d
commit 9070e79df2

View File

@ -30,5 +30,5 @@ WORKDIR /wop/server
ADD start-* /wop/server/
ADD config/ /wop/server/data/wop/
RUN ["chmod", "+x", "/wop/server/start-ffa.sh"]
RUN ["chmod", "+x", "start-ffa.sh"]
CMD /wop/server/start-ffa.sh