diff --git a/Dockerfile b/Dockerfile index 0e3311a..f58309a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 02a1387..99d28af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,4 +5,4 @@ services: dockerfile: Dockerfile ports: - 8080:8080 - image: bigdatainbiomedicine/simba-downstream:0.2.1 \ No newline at end of file + image: bigdatainbiomedicine/simba-downstream:0.2.2 \ No newline at end of file