File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/unb-libraries/nginx:2.x
2
2
MAINTAINER UNB Libraries <
[email protected] >
3
3
4
- ENV COMPOSER_INSTALL " composer install --prefer-dist --no-interaction --no-progress"
5
- ENV COMPOSER_MEMORY_LIMIT -1
6
- ENV COMPOSER_PATH /usr/local/bin
7
- ENV COMPOSER_EXIT_ON_PATCH_FAILURE 1
8
- ENV PHP_CONFD_DIR /etc/php7/conf.d
9
- ENV PHP_APP_INI_FILE $PHP_CONFD_DIR/zz_app.ini
10
- ENV PHP_FPM_CONFD_DIR /etc/php7/php-fpm.d
11
- ENV PHP_FPM_APP_CONF_FILE $PHP_FPM_CONFD_DIR/zz_app.conf
12
- ENV PHP_FPM_ERROR_LOG /proc/self/fd/2
13
- ENV PHP_PID_DIR /var/run/php
4
+ ENV COMPOSER_INSTALL= "" composer install --prefer-dist --no-interaction --no-progress" "
5
+ ENV COMPOSER_MEMORY_LIMIT= "-1"
6
+ ENV COMPOSER_PATH= " /usr/local/bin"
7
+ ENV COMPOSER_EXIT_ON_PATCH_FAILURE= "1"
8
+ ENV PHP_CONFD_DIR= " /etc/php7/conf.d"
9
+ ENV PHP_APP_INI_FILE= " $PHP_CONFD_DIR/zz_app.ini"
10
+ ENV PHP_FPM_CONFD_DIR= " /etc/php7/php-fpm.d"
11
+ ENV PHP_FPM_APP_CONF_FILE= " $PHP_FPM_CONFD_DIR/zz_app.conf"
12
+ ENV PHP_FPM_ERROR_LOG= " /proc/self/fd/2"
13
+ ENV PHP_PID_DIR= " /var/run/php"
14
14
15
15
COPY ./build /build
16
16
You can’t perform that action at this time.
0 commit comments