Skip to content

Commit e56aa0d

Browse files
Add pyproject copy
1 parent a8f098c commit e56aa0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY requirements.txt .
66
RUN pip install --no-cache-dir --upgrade pip wheel
77
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
88

9+
COPY pyproject.toml .
910
COPY src/ .
1011
RUN pip install '.'
1112

0 commit comments

Comments
 (0)