diff --git a/images/docker-ci.md b/images/docker-ci.md index bee25761ec..bb16294a64 100755 --- a/images/docker-ci.md +++ b/images/docker-ci.md @@ -42,17 +42,19 @@ sudo docker run --rm -i \ -e BASE= \ -e SECRET_KEY= \ -e ACCESS_KEY= \ --e DOCKER_ENV="" \ --e WEB_AUTH="" \ --e WEB_PATH="" \ --e S3_REGION= \ --e S3_BUCKET= \ --e WEB_SCREENSHOT= \ --e DELAY_START= \ --e PORT= \ --e SSL= \ +-e DOCKER_ENV="" \ +-e WEB_AUTH="" \ +-e WEB_PATH=". Defaults to ''." \ +-e S3_REGION= \ +-e S3_BUCKET= \ +-e WEB_SCREENSHOT_DELAY= +-e WEB_SCREENSHOT= \ +-e DELAY_START= \ +-e PORT= \ +-e SSL= \ +-e CI_S6_VERBOSITY= -t lsiodev/ci:latest \ -python test_build.py +python3 test_build.py ``` The following line is only in this repo for loop testing: