make changes to gitignore

This commit is contained in:
2026-06-16 17:24:00 +07:00
parent aff5cae206
commit 6224bf6aa5
8 changed files with 28 additions and 4 deletions

View File

@@ -14,7 +14,9 @@ RUN apt-get update && apt-get install -y \
# PHP Extensions
RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs
# RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
# Install Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer