fix permissions

This commit is contained in:
1e99 2025-03-29 12:04:24 +01:00
parent aec4cfadc5
commit 3347d34755

View file

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