Browse Source

minor updates to mcbe

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
61ffbbe420
  1. 3
      mcbe/Containerfile

3
mcbe/Containerfile

@ -23,8 +23,7 @@ RUN apt update -y && apt install -y libcurl4 zip
# create minecraft server user with file owner UID
RUN addgroup --gid $FILESUID mcadmin && \
adduser mcadmin --ingroup mcadmin --uid $FILESUID --disabled-password --gecos "Minecraft Server Admin" --shell /usr/sbin/nologin && \
rm /home/mcadmin/.bashrc
adduser mcadmin --ingroup mcadmin --uid $FILESUID --disabled-password --gecos "Minecraft Server Admin" --shell /usr/sbin/nologin
# Copy custom scripts
COPY assets/bin/ /usr/local/bin/

Loading…
Cancel
Save