mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-27 11:25:41 +00:00
[nextcloud] fix permissions check
This commit is contained in:
@ -17,7 +17,7 @@ ENV UID=991 GID=991 \
|
||||
TZ=Etc/UTC \
|
||||
DB_TYPE=sqlite3 \
|
||||
DOMAIN=localhost \
|
||||
ChECK_PERMISSIONS=1
|
||||
CHECK_PERMISSIONS=1
|
||||
|
||||
RUN apk -U upgrade \
|
||||
&& apk add -t build-dependencies \
|
||||
|
Reference in New Issue
Block a user