Edit Dockerfile

This commit is contained in:
izuddin
2026-08-27 03:37:29 +00:00
parent 0798a4f5df
commit fbf54f9f4b
+3 -2
View File
@@ -11,6 +11,7 @@ ENV https_proxy=$https_proxy
# Install Nginx & Dependencies # Install Nginx & Dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
vim \
nginx \ nginx \
unzip \ unzip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
@@ -31,8 +32,8 @@ RUN composer install \
--no-interaction --no-interaction
# Hapus proxy dari environment runtime # Hapus proxy dari environment runtime
ENV http_proxy= #ENV http_proxy=
ENV https_proxy= #ENV https_proxy=
# Setup Nginx Config # Setup Nginx Config
RUN echo 'server { \ RUN echo 'server { \