We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3badf28 commit 283eb4aCopy full SHA for 283eb4a
Dockerfile
@@ -3,8 +3,7 @@ WORKDIR /app
3
4
ADD pyproject.toml /app/pyproject.toml
5
6
-RUN pip install pipx
7
-RUN pipx install poetry
+RUN pip install poetry
8
RUN poetry install
9
10
COPY ./ /app
0 commit comments