mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Consistent paths across dockers
This commit is contained in:
parent
2a5c194da2
commit
bf832785bd
1 changed files with 1 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ python tools/pip_install.py --ignore-installed six -U tox
|
|||
python -m tox
|
||||
EOF
|
||||
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:/workspace" -v "${SCRIPT}:/script.sh" -e TOXENV -e ACME_SERVER -e PYTEST_ADDOPTS -w /workspace --network=host ubuntu:14.04 /script.sh
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:${PWD}" -v "${SCRIPT}:/script.sh" -e TOXENV -e ACME_SERVER -e PYTEST_ADDOPTS -w "${PWD}" --network=host ubuntu:14.04 /script.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue