Skip to content

Commit

Permalink
Merge pull request #115 from tstromberg/Dockerfile-remaster3
Browse files Browse the repository at this point in the history
Remove required build-arg from docs
  • Loading branch information
tstromberg authored May 19, 2020
2 parents b3046ac + 17d9ec2 commit a97eb18
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 a97eb18

Please sign in to comment.