diff --git a/Dockerfile b/Dockerfile index c85eed02..75d95b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,8 @@ COPY . /var/www # 6. Install dependencies # (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 # 7. Install & Build Frontend