L_DelOff 2023-09-17 17:45:03 +03:00
parent 6549e742dd
commit c48d25d545
1 changed files with 1 additions and 2 deletions

View File

@ -73,8 +73,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
RUN mkdir /opt/mumble && \ RUN mkdir /opt/mumble && \
mkdir /opt/mumble/db && \ mkdir /opt/mumble/db && \
mkdir /opt/mumble/ini mkdir /opt/mumble/ini && \
&& \
chown --verbose -R mumble:mumble /opt/mumble chown --verbose -R mumble:mumble /opt/mumble
COPY --from=builder /root/mumble/build/mumble-server /opt/mumble COPY --from=builder /root/mumble/build/mumble-server /opt/mumble