From ae67c815268251d311f985037ed3bc3f6cd900ca Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 10 Apr 2024 16:59:10 +0200 Subject: [PATCH] adjust order Signed-off-by: Simon L --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index ecf3cdc9..9be9dfa3 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -10,12 +10,12 @@ ENV SOURCE_LOCATION /usr/src/nextcloud ENV NEXTCLOUD_VERSION 28.0.4 ENV AIO_TOKEN 123456 ENV AIO_URL localhost -COPY supervisord.conf /supervisord.conf # AIO settings end # Do not remove or change this line! COPY --chmod=775 *.sh / COPY --chmod=774 upgrade.exclude /upgrade.exclude COPY config/*.php / +COPY supervisord.conf /supervisord.conf VOLUME /mnt/ncdata VOLUME /var/www/html