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
a5ca388b63
commit
e7528c9d84
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue