From f86ed641981b6c78b53e95bc5fc9ffda0b1acbab Mon Sep 17 00:00:00 2001 From: Andrew Hurley Date: Tue, 9 Aug 2022 21:16:27 +0800 Subject: [PATCH] start Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index e69de29..f914f61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +