From f667fa8792e0063508336eff854c4168121a8450 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 26 Sep 2022 08:30:07 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-ci.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/images/docker-ci.md b/images/docker-ci.md index bee25761e..bb16294a6 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: