update docker file
Some checks failed
Build, Push and Deploy / build-and-push (push) Failing after 2m0s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Has been skipped
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-31 01:25:48 +07:00
parent 1c730d154d
commit d346b24299

View File

@@ -34,6 +34,8 @@ COPY . /var/www
# 6. Install dependencies # 6. Install dependencies
# (Hapus --no-dev sementara jika Anda mau testing dengan Error Page Laravel yang rapi) # (Hapus --no-dev sementara jika Anda mau testing dengan Error Page Laravel yang rapi)
ENV COMPOSER_ALLOW_SUPERUSER=1 \
COMPOSER_MEMORY_LIMIT=-1
RUN composer install --no-interaction --optimize-autoloader RUN composer install --no-interaction --optimize-autoloader
# 7. Install & Build Frontend # 7. Install & Build Frontend