fix docker

This commit is contained in:
Saeed Vaziry
2025-06-19 14:49:01 +02:00
parent 798542673f
commit 69939f8aad
2 changed files with 38 additions and 29 deletions

View File

@ -35,7 +35,7 @@ RUN npm install --force
RUN npm run build
RUN composer install --no-dev
RUN chown -R www-data:www-data /var/www/html \
&& chmod -R 755 /var/www/html/storage /var/www/html/bootstrap/cache \
&& chmod -R 755 /var/www/html/storage /var/www/html/bootstrap/cache
# webserver
RUN rm /etc/nginx/sites-available/default