From c1120e9f5f458ff4801f5c95fc1234f4b5ca843d Mon Sep 17 00:00:00 2001 From: izuddin Date: Thu, 27 Aug 2026 02:14:30 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1a61c23..c13010d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ COPY --from=10.15.39.186:8084/library/composer:2.7 /usr/bin/composer /usr/bin/co WORKDIR /var/www +RUN composer i + # PERBAIKAN: Gunakan skema copy offline dari aplikasi sukses, # tetapi tambahkan flag chown untuk mencegah error Permission Denied (Error 500) pada Pod COPY --chown=www-data:www-data . .