From 7f091301f55b8e7a61fd4465829d5a284aba6dd2 Mon Sep 17 00:00:00 2001 From: izuddin Date: Thu, 27 Aug 2026 03:50:11 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9c25e2..367f255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,11 +25,7 @@ WORKDIR /var/www # tetapi tambahkan flag chown untuk mencegah error Permission Denied (Error 500) pada Pod COPY --chown=www-data:www-data . . -RUN composer install \ - --no-dev \ - --no-scripts \ - --no-autoloader \ - --no-interaction +RUN composer install # Hapus proxy dari environment runtime #ENV http_proxy=