Update Dockerfile

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

View file

@ -53,9 +53,7 @@ RUN echo "mclce ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/mclce \
USER mclce
# ownership
RUN sudo chmod 0755 /srv/mc && \
sudo chmod 0755 /srv/persist && \
sudo chmod 0755 /var/opt/wineprefix64
RUN mkdir -p /srv/mc && sudo chmod 0755 /srv/mc
# latest server build
RUN curl -Lo /tmp/LCEServerWindows64.zip \