Don't need subfolder for nextcloud

This commit is contained in:
Andrew Hurley 2022-08-09 23:41:29 +10:00
parent 7671a5e731
commit f7d9c2142b
1 changed files with 0 additions and 2 deletions

View File

@ -3,5 +3,3 @@ ARG VERSION="latest"
FROM docker.io/library/nextcloud:$VERSION FROM docker.io/library/nextcloud:$VERSION
COPY ncloud-passwd /etc/password COPY ncloud-passwd /etc/password
COPY ncloud-group /etc/group COPY ncloud-group /etc/group
RUN ln -s . /var/www/html/nc