remove composer lock
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 2m47s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 28s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s

This commit is contained in:
2026-03-30 18:07:58 +07:00
parent a5638095f1
commit 94a70c95c0

View File

@@ -34,7 +34,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 \