From c25feba3cf03c7361f53a620328755967c24adf7 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Mon, 2 Jun 2025 15:48:08 +0200 Subject: [PATCH] fixed migration --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e213ee1..a289662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,8 @@ RUN adduser -D -g '' www && \ chown -R www:www /var/www && \ chmod -R 755 /var/www/storage /var/www/bootstrap/cache +RUN chown -R www-data:www-data storage bootstrap/cache database + # Copy custom nginx and supervisord config COPY deploy/nginx.conf /etc/nginx/nginx.conf COPY deploy/supervisord.conf /etc/supervisord.conf