File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ COPY ./scripts /scripts
16
16
17
17
RUN apk --no-cache add php7 php7-fpm php7-json php7-zlib php7-xml php7-phar php7-iconv php7-mcrypt curl php7-curl php7-openssl php7-gd && \
18
18
mkdir -p "$PHP_PID_DIR/" && \
19
- chown ${ NGINX_RUN_USER}:${ NGINX_RUN_GROUP} "$PHP_PID_DIR/" && \
20
- curl -sS https://getcomposer.org/installer | php -- --install-dir=${ COMPOSER_PATH} --filename=composer && \
19
+ chown "$ NGINX_RUN_USER" : "$ NGINX_RUN_GROUP" "$PHP_PID_DIR/" && \
20
+ curl -sS https://getcomposer.org/installer | php -- --install-dir="$ COMPOSER_PATH" --filename=composer && \
21
21
cp /conf/nginx/app.conf "$NGINX_APP_CONF_FILE" && \
22
22
cp /conf/php/app-php.ini "$PHP_APP_INI_FILE" && \
23
23
cp /conf/php/app-php-fpm.conf "$PHP_FPM_APP_CONF_FILE" && \
You can’t perform that action at this time.
0 commit comments