Skip to content

Commit

Permalink
Remove required build-arg from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed May 19, 2020
1 parent bdf0b3e commit 17d9ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your token> -p 8080:8080 tp
```

Expand Down

0 comments on commit 17d9ec2

Please sign in to comment.