start Dockerfile

This commit is contained in:
Andrew Hurley 2022-08-09 21:16:27 +08:00
parent 7c9f1ffcb7
commit f86ed64198
1 changed files with 5 additions and 0 deletions

View File

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