Skip to content

Commit 450ab86

Browse files
committed
fix(docker): fix dockerfile
1 parent 614f86a commit 450ab86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ COPY requirements.txt .
66
RUN pip3 install -r requirements.txt
77

88
COPY setup.py .
9-
COPY src/*.py src/
9+
COPY src/ src/
1010

11-
RUN pip3 install .
11+
RUN pip3 install -e .
1212

1313
ENV TZ=Europe/Berlin
1414

0 commit comments

Comments
 (0)