Skip to content

Commit b0e5237

Browse files
committed
Fix docker problem
1 parent 538f3ad commit b0e5237

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ COPY environment.yml ./
55

66
RUN conda env create -f environment.yml
77

8-
COPY *.py dgea data ./
8+
COPY *.py ./
9+
COPY dgea dgea
10+
COPY data data
911

1012
ENV PORT=8080
1113

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.0
8+
image: bigdatainbiomedicine/simba-downstream:0.2.1

0 commit comments

Comments
 (0)