Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21 from localheinz/fix/composer
Browse files Browse the repository at this point in the history
Fix: Invoke composer without absolute path
  • Loading branch information
localheinz authored May 25, 2019
2 parents e95fb85 + cfc103f commit 34efad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -l

sh -c "if [[ '$HOME' != '/root' ]]; then cp -r /root/.composer $HOME/.composer; fi"
sh -c "/usr/local/bin/composer normalize --dry-run"
sh -c "composer normalize --dry-run"

0 comments on commit 34efad1

Please sign in to comment.