Update Dockerfile

This commit is contained in:
Elias Stepanik 2023-12-03 16:06:53 +01:00
parent 237fe0d858
commit e6da35921d

View File

@ -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