Edit Dockerfile

This commit is contained in:
izuddin
2026-08-27 03:50:11 +00:00
parent 8a862b4cd7
commit 7f091301f5
+1 -5
View File
@@ -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=