We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6b1a2 commit eaed354Copy full SHA for eaed354
entrypoint.sh
@@ -29,4 +29,4 @@ chown -R "$HOSTUID:$HOSTGID" /home/builder
29
30
# The docs state to use '-w /workdir when running the container, but switching
31
# to builder here will change the directory. Using cd to change back...
32
-su builder -l -c "cd $OLDPWD && $1"
+su builder -c "cd $OLDPWD && . ~/.profile && $1"
0 commit comments