File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -eux; \
73
73
&& pecl install decimal-1.4.0 \
74
74
&& docker-php-ext-enable decimal \
75
75
&& apk del mpdecimal-dev \
76
- && chown -R www-data /usr/local/etc/php/conf.d/ \
76
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
77
77
&& apk del -f .temp-build-deps
78
78
79
79
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN set -eux; \
74
74
&& pecl install decimal-1.4.0 \
75
75
&& docker-php-ext-enable decimal \
76
76
&& apk del mpdecimal-dev \
77
- && chown -R www-data /usr/local/etc/php/conf.d/ \
77
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
78
78
&& apk del -f .temp-build-deps
79
79
80
80
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -eux; \
73
73
&& pecl install decimal-1.4.0 \
74
74
&& docker-php-ext-enable decimal \
75
75
&& apk del mpdecimal-dev \
76
- && chown -R www-data /usr/local/etc/php/conf.d/ \
76
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
77
77
&& apk del -f .temp-build-deps
78
78
79
79
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN set -eux; \
74
74
&& pecl install decimal-1.4.0 \
75
75
&& docker-php-ext-enable decimal \
76
76
&& apk del mpdecimal-dev \
77
- && chown -R www-data /usr/local/etc/php/conf.d/ \
77
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
78
78
&& apk del -f .temp-build-deps
79
79
80
80
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -eux; \
73
73
&& pecl install decimal-1.4.0 \
74
74
&& docker-php-ext-enable decimal \
75
75
&& apk del mpdecimal-dev \
76
- && chown -R www-data /usr/local/etc/php/conf.d/ \
76
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
77
77
&& apk del -f .temp-build-deps
78
78
79
79
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN set -eux; \
74
74
&& pecl install decimal-1.4.0 \
75
75
&& docker-php-ext-enable decimal \
76
76
&& apk del mpdecimal-dev \
77
- && chown -R www-data /usr/local/etc/php/conf.d/ \
77
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
78
78
&& apk del -f .temp-build-deps
79
79
80
80
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN set -eux; \
104
104
&& docker-php-ext-enable decimal \
105
105
&& apk del mpdecimal-dev \
106
106
{% endif %}
107
- && chown -R www-data /usr/local/etc/php/conf.d/ \
107
+ && chown -R www-data:www-data /usr/local/etc/php/conf.d/ \
108
108
&& apk del -f .temp-build-deps
109
109
110
110
COPY --chown=www-data ./configs/ /usr/local/etc/php/conf.d/
You can’t perform that action at this time.
0 commit comments