Compare commits

..

No commits in common. "f0093ffc6beddbc8027c4ebc3be8223aa6decf76" and "79a2c58b9f281b54af75790f1b1f425388bd21cd" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@ RUN apk add --no-cache \
libmagic \
ffmpeg \
bash \
ca-certificates \
&& mkdir /mautrixtelegram
WORKDIR /mautrixtelegram

View file

@ -2,7 +2,7 @@
# Define functions
function fixperms {
chown -R ${UID}:${GID} /data /mautrixtelegram
chown -R ${UID}:${GID} /data
}