From dce634e1065d4e1ab3371ac53e0c207644b0f38a Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Mon, 2 Jun 2025 15:56:05 +0200 Subject: [PATCH] fixed database right --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80fa210..291b789 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \ COPY --from=build /app /var/www RUN chown -R www-data:www-data storage bootstrap/cache database &&\ - chmod -R 755 /var/www/storage /var/www/bootstrap/cache + chmod -R 755 /var/www/storage /var/www/bootstrap/cache database # Copy custom nginx and supervisord config