Commit a69c2b5e authored by nimrod's avatar nimrod
Browse files

The directory already exists, just set the permissions.

The uid will differ because it will the host user, but the entrypoint
script should take care of it.
parent 68b34ec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpin
    apk add --update --no-cache \
        transmission-daemon \
    && \
    install -d -m 555 /var/lib/transmission && \
    mkdir -m 777 /run/transmission && \
    mkdir -m 777 /var/lib/transmission && \
    mkdir /etc/transmission
COPY --chown=root:root entrypoint /
COPY settings.json /etc/transmission/