mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update Dockerfile
This commit is contained in:
parent
cea96d8413
commit
cc3f290d3b
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue