Skip to content

Commit

Permalink
Updated 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 1861059 commit ac6cb2a
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 @@ -81,7 +81,7 @@ docker push pathwaycommons/sifgraph-server
So, other users could skip building from sources and simply run the app:
```commandline
docker pull
docker run -p <PORT>:8080 -t pathwaycommons/sifgraph-server
docker run --rm --name sifg -p 8080:8080 -it pathwaycommons/sifgraph-server
```

(you can `Ctrl-c` and quit the console; the container is still there running; check with `docker ps`)

0 comments on commit ac6cb2a

Please sign in to comment.