diff options
-rwxr-xr-x | s2i/bin/assemble | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 19db8fa..94ef79f 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -11,9 +11,11 @@ if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi -cat /etc/passwd -pwd -export HOME=/opt/app-root +echo "--- debug ---" +id -a +echo "---" + +export HOME=/opt/app-root/src cd $HOME echo "---> Installing application source ..." |