Skip to content

Commit 5e6f3db

Browse files
authored
fix docker cli command
1 parent fddcdc3 commit 5e6f3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With Rivi, developers can focus on the actual code base and less on administrati
1414
## Usage
1515
Rivi can be run as a service which listens to incoming repository webhooks. This service must be internet facing to accept incoming requests (e.g. GitHub).
1616
```
17-
Usage: rivi server [options] CONFIGURATION_FILE(S)...
17+
Usage: rivi server [options] CONFIGURATION_FILE(S)...
1818
1919
Starts rivi in server mode and listen to incoming webhooks
2020
@@ -39,7 +39,7 @@ $ docker run --detach \
3939
--publish 8080:8080 \
4040
--env RIVI_CONFIG_TOKEN=<rivi oath token> \
4141
--volume /path/to/config/files:/config \
42-
bivas/rivi rivi -config /config/repo-x.yaml
42+
bivas/rivi rivi server /config/repo-x.yaml
4343
```
4444

4545
## Requirements

0 commit comments

Comments
 (0)