diff --git a/Dockerfile b/Dockerfile index f914f61..2d88414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:24.0 +FROM docker.io/library/nextcloud:24.0 COPY ncloud-passwd /etc/password COPY ncloud-group /etc/group RUN ln -s . /var/www/html/nc