We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f098c commit e56aa0dCopy full SHA for e56aa0d
Dockerfile
@@ -6,6 +6,7 @@ COPY requirements.txt .
6
RUN pip install --no-cache-dir --upgrade pip wheel
7
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
9
+COPY pyproject.toml .
10
COPY src/ .
11
RUN pip install '.'
12
0 commit comments