Fix chown

This commit is contained in:
asonix 2024-02-07 22:12:17 -06:00
parent c4dd830708
commit 70ce443f14

View file

@ -12,7 +12,7 @@ RUN \
addgroup -g "${GID}" app && \
adduser -D -G app -u "${UID}" -g "" -h /opt/app app && \
apk add exiftool ffmpeg imagemagick imagemagick-heic tini && \
chown -R app:app
chown -R app:app /mnt
COPY pict-rs /usr/local/bin/pict-rs