Skip to content

Commit 916f978

Browse files
authored
improve PATH for composer binaries
1 parent 2f4f0a4 commit 916f978

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
@@ -91,7 +91,7 @@ COPY ./usr/local/etc/php-fpm.d/ /usr/local/etc/php-fpm.d/
9191

9292
# configure composer
9393
ENV COMPOSER_ALLOW_SUPERUSER=1
94-
ENV PATH="$PATH:./vendor/bin:~/.composer/vendor/bin"
94+
ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
9595
RUN composer global require hirak/prestissimo
9696

9797
# configure yarn

0 commit comments

Comments
 (0)