Skip to content

Commit

Permalink
Merge branch 'master' of github.com:covidgraph/data_clinical-trials-gov
Browse files Browse the repository at this point in the history
  • Loading branch information
timbleimehl committed May 20, 2020
2 parents 07016b5 + 54e1ad4 commit 4bc6967
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ Docker image location: [covidgraph/data-clinical_trials_gov](https://hub.docker.

## Docker

### Run
### Run prebuild image

`docker run -it --rm --name data-cord19 -e GC_NEO4J_URL="bolt://${HOSTNAME}:7687" covidgraph/data-clinical_trials_gov`

### Build local image
### Build and run local image

`docker build -t data-clinical_trials_gov .`

### Run local image

`docker run -it --rm --name data-cord19 -e GC_NEO4J_URL='bolt://myneo4jhostname:7687' -e GC_NEO4J_USER=neo4j -e GC_NEO4J_PASSWORD=mysecret data-clinical_trials_gov`

### Envs
Expand Down

0 comments on commit 4bc6967

Please sign in to comment.