Update Dockerfile

This commit is contained in:
Twig6943 2026-03-27 10:00:41 +03:00 committed by GitHub
parent cea96d8413
commit cc3f290d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,8 @@ RUN echo "maxima ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/mclce \
USER mclce
# games dir
RUN sudo chmod 0755 /srv/mc
RUN sudo chmod 0755 /srv/mc && \
sudo chmod 0755 /srv/persist
# latest server build
RUN curl -Lo /tmp/LCEServerWindows64.zip \