Skip to content

Commit 3ef10dd

Browse files
committed
add dump to docker build
1 parent d9903f0 commit 3ef10dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/deploy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN python3 -m pip install --no-dependencies --no-cache-dir -r ./requirements.tx
2121
COPY v03_pipeline/api api
2222
COPY v03_pipeline/bin bin
2323
COPY v03_pipeline/lib lib
24+
COPY v03_pipeline/var/db_id_to_gene_id.csv.gz var/db_id_to_gene_id.csv.gz
2425
COPY v03_pipeline/var/liftover var/liftover
2526
COPY v03_pipeline/migrations migrations
2627

0 commit comments

Comments
 (0)