Skip to content

Commit f5ae734

Browse files
committed
bugfix: add liftover to docker container
1 parent fdaef5c commit f5ae734

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
@@ -20,6 +20,7 @@ RUN python3 -m pip install --no-cache-dir -r ./requirements.txt -r requirements-
2020
COPY v03_pipeline/api api
2121
COPY v03_pipeline/bin bin
2222
COPY v03_pipeline/lib lib
23+
COPY v03_pipeline/var/liftover var/liftover
2324
COPY v03_pipeline/migrations migrations
2425

2526
# Special paths

0 commit comments

Comments
 (0)