remove bash
This commit is contained in:
parent
564ac1b719
commit
9eefc56624
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ docker pull ${IMAGE}
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v "$PWD:/ansible-homeserver" \
|
-v "$PWD:/ansible-homeserver" \
|
||||||
-w /ansible-homeserver ${IMAGE} \
|
-w /ansible-homeserver ${IMAGE} \
|
||||||
/bin/bash -c "git config --global --add safe.directory /ansible-homeserver && /bin/bash"
|
/bin/bash -c "/bin/bash"
|
||||||
|
|
Loading…
Reference in a new issue