Skip to content

Commit

Permalink
Removed --chown flag. Fixes #265
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 29, 2023
1 parent 2115656 commit 694ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variations/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN rm -rf /usr/local/etc/php-fpm.d/*.conf && \
install-php-extensions "${DEPENDENCY_PHP_EXTENSIONS}"

# copy our fpm configurations
COPY --chmod=644 src/php-fpm.d/ /
COPY src/php-fpm.d/ /

# install composer from Composer's official Docker image
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 694ab28

Please sign in to comment.