File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ ENV PATH="${PATH}:/home/inr/.composer/vendor/bin:${APP_ROOT}/vendor/bin:${APP_RO
8585{{ if env.variant == "apache" then ( -}}
8686ENV APACHE_HTTP_PORT=8080
8787ENV APACHE_HTTPS_PORT=8443
88+ ENV S6_KEEP_ENV=1
8889{{ ) else "" end -}}
8990
9091RUN set -xe; \
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ ENV APP_ROOT="/var/www/html"
7474ENV PATH="${PATH}:/home/inr/.composer/vendor/bin:${APP_ROOT}/vendor/bin:${APP_ROOT}/bin"
7575ENV APACHE_HTTP_PORT=8080
7676ENV APACHE_HTTPS_PORT=8443
77+ ENV S6_KEEP_ENV=1
7778
7879RUN set -xe; \
7980 groupadd -g $INRAGE_GROUP_ID inr; \
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ ENV APP_ROOT="/var/www/html"
7474ENV PATH="${PATH}:/home/inr/.composer/vendor/bin:${APP_ROOT}/vendor/bin:${APP_ROOT}/bin"
7575ENV APACHE_HTTP_PORT=8080
7676ENV APACHE_HTTPS_PORT=8443
77+ ENV S6_KEEP_ENV=1
7778
7879RUN set -xe; \
7980 groupadd -g $INRAGE_GROUP_ID inr; \
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ ENV APP_ROOT="/var/www/html"
7474ENV PATH="${PATH}:/home/inr/.composer/vendor/bin:${APP_ROOT}/vendor/bin:${APP_ROOT}/bin"
7575ENV APACHE_HTTP_PORT=8080
7676ENV APACHE_HTTPS_PORT=8443
77+ ENV S6_KEEP_ENV=1
7778
7879RUN set -xe; \
7980 groupadd -g $INRAGE_GROUP_ID inr; \
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ ENV APP_ROOT="/var/www/html"
7474ENV PATH="${PATH}:/home/inr/.composer/vendor/bin:${APP_ROOT}/vendor/bin:${APP_ROOT}/bin"
7575ENV APACHE_HTTP_PORT=8080
7676ENV APACHE_HTTPS_PORT=8443
77+ ENV S6_KEEP_ENV=1
7778
7879RUN set -xe; \
7980 groupadd -g $INRAGE_GROUP_ID inr; \
You can’t perform that action at this time.
0 commit comments