Fix: specify docker registry in FROM
This commit is contained in:
parent
4098d72167
commit
29989b645b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue