chore: fix Dockerfile

هذا الالتزام موجود في:
2025-10-15 15:55:59 +03:00
الأصل e17d41c0ea
التزام d24280fe82

عرض الملف

@@ -31,7 +31,7 @@ COPY . .
RUN composer install --no-dev --optimize-autoloader --no-interaction
# Install Node dependencies and build assets
RUN npm ci && npm run build && rm -rf node_modules
RUN npm install && npm run build && rm -rf node_modules
# Set permissions
RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache && \