Skip to content

Commit

Permalink
Fixed the docker run example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Nov 5, 2023
1 parent 33dae8c commit 2b14e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ mvn dockerfile:build
### run
Run with docker (can also do with compose or terraform)
```
docker run --name validator -it pathwaycommons/biopax-validator -p 8080:8080
docker run --rm --name validator -it -p 8080:8080 pathwaycommons/biopax-validator
```

0 comments on commit 2b14e08

Please sign in to comment.