Fix: specify docker registry in FROM

This commit is contained in:
Andrew Hurley 2022-08-09 23:18:28 +10:00
parent 4098d72167
commit 29989b645b
1 changed files with 1 additions and 1 deletions

View File

@ -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