updater
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m29s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / deploy-staging (push) Successful in 26s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 19:07:27 +07:00
parent 1e252a0e4c
commit dd60899d9e

View File

@@ -60,7 +60,7 @@ ENV COMPOSER_ALLOW_SUPERUSER=1 \
RUN composer config -g repo.packagist composer https://packagist.org \
&& composer install --no-interaction --no-progress --no-scripts --prefer-dist --ignore-platform-reqs
# Isolate the clean vendor directory
# Isolate the clean vendor directory
#RUN mv vendor /vendor_clean
# Copy the rest of the application files (will ignore vendor because of .dockerignore)