From 17d9ec25be397c93fa61926c650bf619c29d78b5 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 19 May 2020 10:50:30 -0700 Subject: [PATCH] Remove required build-arg from docs --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 7f7a50f..ceb4a66 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -17,7 +17,7 @@ While Triage Party primarily uses flags for deployment configuration, several se The simple Docker deployment is setup for easy cache persistence from disk: ```shell -docker build --tag=tp --build-arg CFG=examples/generic-project.yaml . +docker build --tag=tp . docker run -e GITHUB_TOKEN= -p 8080:8080 tp ```