Skip to content

Commit cdfa053

Browse files
committed
Merge branch 'hotfix/2.0.7'
2 parents 9aec261 + 6acfe7d commit cdfa053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ENV APP_ENV=prod
9090
## copy production vendors
9191
COPY --chown=www-data:www-data . .
9292
COPY --chown=www-data:www-data --from=dependencies /var/www/html/vendor /var/www/html/vendor
93-
COPY --from=yarn-enc ./public/build /var/www/html/public/build
93+
COPY --chown=www-data:www-data --from=yarn-enc ./public/build /var/www/html/public/build
9494
COPY ./config/docker/php/symfony.ini /usr/local/etc/php/conf.d
9595
## COPY ./config/docker/php/symfony.pool.conf /usr/local/etc/php-fpm.d/
9696
COPY --chown=www-data:www-data entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)