Skip to content

Commit cc3a849

Browse files
committed
Add tree dependencies to dockerfile
1 parent b0e5237 commit cc3a849

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN conda env create -f environment.yml
88
COPY *.py ./
99
COPY dgea dgea
1010
COPY data data
11+
COPY tree tree
1112

1213
ENV PORT=8080
1314

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ services:
55
dockerfile: Dockerfile
66
ports:
77
- 8080:8080
8-
image: bigdatainbiomedicine/simba-downstream:0.2.1
8+
image: bigdatainbiomedicine/simba-downstream:0.2.2

0 commit comments

Comments
 (0)