Build docker postgres image with latest snapshot from clinicaltrials.gov (https://aact.ctti-clinicaltrials.org/snapshots).
docker build -t aact-db .
docker run -p 5432:5432 aact-db
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Build docker postgres image with latest snapshot from clinicaltrials.gov (https://aact.ctti-clinicaltrials.org/snapshots).
docker build -t aact-db .
docker run -p 5432:5432 aact-db