Skip to content

Commit

Permalink
Add tree dependencies to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed May 6, 2024
1 parent b0e5237 commit cc3a849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN conda env create -f environment.yml
COPY *.py ./
COPY dgea dgea
COPY data data
COPY tree tree

ENV PORT=8080

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
dockerfile: Dockerfile
ports:
- 8080:8080
image: bigdatainbiomedicine/simba-downstream:0.2.1
image: bigdatainbiomedicine/simba-downstream:0.2.2

0 comments on commit cc3a849

Please sign in to comment.