start Dockerfile
This commit is contained in:
parent
7c9f1ffcb7
commit
f86ed64198
|
|
@ -0,0 +1,5 @@
|
|||
FROM 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