Update Dockerfile

This commit is contained in:
Elias Stepanik 2023-12-18 13:44:31 +01:00 committed by GitHub
parent 98ea5529cf
commit ffc85e8562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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