mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Typo fix
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
d3ca20074d
commit
d8b4b94585
@ -19,7 +19,7 @@ docker run -e GITHUB_TOKEN=$GITHUB_TOKEN -e BINTRAY_TOKEN=$BINTRAY_TOKEN -it \
|
|||||||
--mount type=bind,source=$(pwd),target=/src \
|
--mount type=bind,source=$(pwd),target=/src \
|
||||||
--mount type=bind,source=$(pwd)/.git,target=/src/.git \
|
--mount type=bind,source=$(pwd)/.git,target=/src/.git \
|
||||||
--mount type=bind,source=$HOME/.docker,target=/root/.docker \
|
--mount type=bind,source=$HOME/.docker,target=/root/.docker \
|
||||||
--mount type=bind,source=$HOME/.gitconfig,target=/root/.gitconfig
|
--mount type=bind,source=$HOME/.gitconfig,target=/root/.gitconfig \
|
||||||
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
|
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
|
||||||
--mount type=bind,source=$HOME/.ssh,target=/root/.ssh \
|
--mount type=bind,source=$HOME/.ssh,target=/root/.ssh \
|
||||||
-v $HOME/.pypirc:/root/.pypirc \
|
-v $HOME/.pypirc:/root/.pypirc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user