Skip to content

Commit

Permalink
Fix the encode build dir permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Beshkenadze <[email protected]>
  • Loading branch information
beshkenadze committed Dec 2, 2020
1 parent 9aec261 commit 6acfe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ENV APP_ENV=prod
## copy production vendors
COPY --chown=www-data:www-data . .
COPY --chown=www-data:www-data --from=dependencies /var/www/html/vendor /var/www/html/vendor
COPY --from=yarn-enc ./public/build /var/www/html/public/build
COPY --chown=www-data:www-data --from=yarn-enc ./public/build /var/www/html/public/build
COPY ./config/docker/php/symfony.ini /usr/local/etc/php/conf.d
## COPY ./config/docker/php/symfony.pool.conf /usr/local/etc/php-fpm.d/
COPY --chown=www-data:www-data entrypoint.sh /usr/local/bin/
Expand Down

0 comments on commit 6acfe7d

Please sign in to comment.