From d3c0679d6847fd657b1e211708a473293610544e Mon Sep 17 00:00:00 2001 From: Andrew Hurley Date: Sun, 9 Oct 2022 14:52:33 +1100 Subject: [PATCH] ncdata --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1558511..88ec3de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ RUN \ usermod --uid $PUID www-data && \ chown -R www-data /var/www/ -COPY upload_php.ini /usr/local/etc/php/conf.d/zzz_upload_php.ini \ No newline at end of file +COPY upload_php.ini /usr/local/etc/php/conf.d/zzz_upload_php.ini + +RUN mkdir /ncdata && chown -R www-data /ncdata \ No newline at end of file