solving error
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m55s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 40s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-04 23:13:25 +07:00
parent 3e1b64e008
commit 1dde763a73

View File

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