You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ClinicalTrialsDataProcessing/AACT_downloader/ClinicalTrialHistory/Dockerfile

8 lines
331 B
Docker

FROM youainti/aact_from_dump
LABEL AUTHOR 'Will King (youainti@protonmail.com)'
LABEL DESCRIPTION 'add extra processing to the aact database in preparation for downloading history.'
#copy additional init scripts
COPY ./docker-entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
#these will be run after the database is initialized