From 2eeee63f6c53147c61f4177c3f877095270b414b Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 9 Jan 2022 13:28:09 +0100 Subject: [PATCH] Disable supervisor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3718011..4ccaa8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,5 +73,5 @@ COPY supervisord.conf /etc/supervisord.conf ENV NEXTCLOUD_UPDATE=1 -CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"] +# CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]