chore: fix Dockerfile
هذا الالتزام موجود في:
@@ -31,7 +31,7 @@ COPY . .
|
|||||||
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
RUN composer install --no-dev --optimize-autoloader --no-interaction
|
||||||
|
|
||||||
# Install Node dependencies and build assets
|
# 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
|
# Set permissions
|
||||||
RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache && \
|
RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cache && \
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم