Skip to content

Commit 91e7b13

Browse files
committed
Try same mount path as before?
1 parent dad685b commit 91e7b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/container-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848

4949

5050
if [[ "${CONTAINER_CMD}" == "docker" ]]; then
51-
CONTAINER_USER_HOME="${HOME}"
51+
CONTAINER_USER_HOME=""
5252
else
5353
# otherwise the host user is going to be map to root user in the container
5454
CONTAINER_USER_HOME="/root"

0 commit comments

Comments
 (0)