Edit Dockerfile
This commit is contained in:
+3
-2
@@ -11,6 +11,7 @@ ENV https_proxy=$https_proxy
|
||||
|
||||
# Install Nginx & Dependencies
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
vim \
|
||||
nginx \
|
||||
unzip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
@@ -31,8 +32,8 @@ RUN composer install \
|
||||
--no-interaction
|
||||
|
||||
# Hapus proxy dari environment runtime
|
||||
ENV http_proxy=
|
||||
ENV https_proxy=
|
||||
#ENV http_proxy=
|
||||
#ENV https_proxy=
|
||||
|
||||
# Setup Nginx Config
|
||||
RUN echo 'server { \
|
||||
|
||||
Reference in New Issue
Block a user