diff --git a/.profile b/.profile new file mode 100644 index 000000000..e4d3b5c84 --- /dev/null +++ b/.profile @@ -0,0 +1,5 @@ +pwd +for f in /app/.profile.d/*.sh; do echo "$f:"; cat "$f"; done +echo "$PATH" +export PATH="$PATH:$(cd "$(dirname "$(realpath "$(which composer)")")"; cd ../../..; realpath "$(PHP_INI_SCAN_DIR= COMPOSER_AUTH= composer config --no-plugins bin-dir)")" +echo "$PATH"