From 46a8c12a7dd59c1f025d3f75fad2ffe47c497ec8 Mon Sep 17 00:00:00 2001 From: xboard Date: Mon, 10 Feb 2025 00:01:51 +0800 Subject: [PATCH] fix(plugin): correct knows bugs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f7f447..6057393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN git clone --depth 2 ${REPO_URL} . COPY .docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf -RUN composer install --optimize-autoloader --no-cache --no-dev \ +RUN composer install --no-cache --no-dev \ && php artisan storage:link \ && chown -R www:www /www \ && chmod -R 775 /www \