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
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user