diff --git a/Dockerfile b/Dockerfile index 9e56bebe..b638af7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,9 @@ RUN npm run build # Generate optimized autoload files RUN composer dump-autoload --optimize +# Create log directory for supervisor +RUN mkdir -p /var/log/supervisor + # Set permissions RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache RUN chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache