update gitignore composer.js
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m23s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / deploy-staging (push) Successful in 37s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 21:41:31 +07:00
parent dcaf267458
commit 2173c3ee81
4 changed files with 7 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
WORKDIR /var/www/html
# Copy ONLY composer files first
COPY composer.json composer.lock ./
COPY composer.json ./
# Create storage and bootstrap directories needed for composer scripts
RUN mkdir -p storage/framework/cache \