fix handle using asset for access css

This commit is contained in:
2025-06-13 16:10:03 +07:00
parent ac55ed1b67
commit ec8224760e
11 changed files with 44 additions and 24 deletions

View File

@@ -57,7 +57,7 @@ COPY --chown=www-data:www-data . /var/www/html
RUN composer install --optimize-autoloader --no-dev --no-interaction
# Install Node.js dependencies and build assets
RUN npm ci --only=production \
RUN npm ci \
&& npm run production \
&& rm -rf node_modules