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

Commit

Permalink
Fix: Invoke composer without absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 25, 2019
1 parent e95fb85 commit cfc103f
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 cfc103f

Please sign in to comment.