Edit Dockerfile

This commit is contained in:
izuddin
2026-08-27 04:03:53 +00:00
parent 7f091301f5
commit 92c1abc8f0
+5 -1
View File
@@ -25,7 +25,11 @@ WORKDIR /var/www
# tetapi tambahkan flag chown untuk mencegah error Permission Denied (Error 500) pada Pod # tetapi tambahkan flag chown untuk mencegah error Permission Denied (Error 500) pada Pod
COPY --chown=www-data:www-data . . COPY --chown=www-data:www-data . .
RUN composer install RUN composer install \
--no-dev \
--prefer-dist \
--no-interaction \
--optimize-autoloader
# Hapus proxy dari environment runtime # Hapus proxy dari environment runtime
#ENV http_proxy= #ENV http_proxy=