Skip to content

Commit 6ca8cc2

Browse files
committed
Add global composer vendor/bin to the path
1 parent 25b630c commit 6ca8cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV php_conf /usr/local/etc/php-fpm.conf
66
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
77
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
88
ENV composer_hash 669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410
9-
9+
ENV PATH "~/.composer/vendor/bin:$PATH"
1010
ENV NGINX_VERSION 1.11.10
1111

1212
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \

0 commit comments

Comments
 (0)