diff --git a/Dockerfile b/Dockerfile index aacb0b5..f791564 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0 WORKDIR /vintagestory ADD ./entry.sh . -RUN chmod +x ./entry.sh +RUN chmod a+rx ./entry.sh +RUN chmod a+rwx . VOLUME ["/data"]