Skip to content

Commit

Permalink
Improved Dockerfile (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
x4e-jonas authored Oct 17, 2022
1 parent 183dfd1 commit fdfaf9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ $> docker run vitrivr/cineast cli cineast.json help
To change the configuration you can use a bind mount, e.g. to run the API
server with custom configuration file cineast.json in the current directory:
```
$> docker run \
--mount type=bind,source="$(pwd)"/cineast.json,target=/opt/cineast/cineast.json \
cineast.json vitrivr/cineast api cineast.json
$> docker run -v "$PWD"/cineast.json:/opt/cineast/cineast.json:ro,Z vitrivr/cineast api cineast.json
```

## Generate OpenApi Specification
Expand Down

0 comments on commit fdfaf9d

Please sign in to comment.