Skip to content

Commit 2b2218e

Browse files
committed
added composer bin to PATH
1 parent a636c90 commit 2b2218e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ ENV PHARS_DIR /opt/phars
2121
RUN mkdir -p $PHARS_DIR
2222
ENV PATH $PHARS_DIR:$PATH
2323

24+
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
25+
2426
# Xdebug
2527
RUN apk add --no-cache \
2628
$PHPIZE_DEPS \

0 commit comments

Comments
 (0)