Skip to content

Commit

Permalink
Merge pull request #935 from uselagoon/composer-path-append
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Feb 20, 2024
2 parents 04c62ff + bddcf24 commit 09b6060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/php-cli/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -L -o /usr/local/bin/composer https://github.com/composer/composer/rele
&& fix-permissions /home/

# Adding Composer vendor bin directories to $PATH.
ENV PATH="/app/vendor/bin:/home/.composer/vendor/bin:$PATH"
ENV PATH="$PATH:/app/vendor/bin:/home/.composer/vendor/bin"
# We not only use "export $PATH" as this could be overwritten again
# like it happens in /etc/profile of alpine Images.

Expand Down

0 comments on commit 09b6060

Please sign in to comment.