Skip to content

Commit ef8d0c0

Browse files
committed
Update dockerfile
1 parent a73d6fa commit ef8d0c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Container/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ WORKDIR /app
1111

1212
COPY pyproject.toml .
1313

14-
RUN pip install --upgrade pip setuptools wheel
15-
RUN pip install .
14+
RUN pip install --upgrade pip setuptools wheel && \
15+
pip install toml-to-requirements && \
16+
toml-to-req --toml-file pyproject.toml && \
17+
pip install -r requirements.txt

0 commit comments

Comments
 (0)