From f72df9df27da9f19ac42b4073f503906dd3b339a Mon Sep 17 00:00:00 2001 From: xboard Date: Mon, 15 Apr 2024 03:19:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96docker=20=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=90=AF=E5=8A=A8=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2378279..83ee62f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \ && chown -R www:www /www \ && chmod -R 775 /www -CMD ["sh", "-c", "chown -R www:www /www && chmod -R 775 /www && /usr/bin/supervisord --nodaemon -c /etc/supervisor/supervisord.conf"] \ No newline at end of file +CMD chown -R www:www /www ; chmod -R 775 /www ; /usr/bin/supervisord --nodaemon -c /etc/supervisor/supervisord.conf \ No newline at end of file