revert fix
This commit is contained in:
jannah 2025-03-28 07:30:50 +00:00
parent 5ca065ac83
commit d8c1d89b87
1 changed files with 3 additions and 4 deletions

View File

@ -17,13 +17,12 @@ WORKDIR /var/www/html
COPY ./laravel/composer.* ./ COPY ./laravel/composer.* ./
RUN composer install --no-scripts --no-autoloader RUN composer install --no-scripts --no-interaction
COPY ./laravel . COPY ./laravel .
RUN composer dump-autoload --optimize && \ RUN chown -R www-data:www-data /var/www/html
chown -R www-data:www-data /var/www/html && \ RUN chmod -R 775 /var/www/html/storage
chmod -R 775 /var/www/html/storage
RUN docker-php-ext-install pdo pdo_mysql RUN docker-php-ext-install pdo pdo_mysql