We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd98003 commit a699b66Copy full SHA for a699b66
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ ENV PATH="/app/venv/bin:$PATH"
10
11
WORKDIR /app
12
13
-RUN pip install poetry
+RUN pip install poetry==1.8.2
14
15
COPY pyproject.toml poetry.lock ./
16
@@ -56,4 +56,6 @@ ENV PATH="/venv/bin:$PATH"
56
COPY ./robusta_cli ./robusta_cli
57
COPY --from=builder /app/venv /venv
58
59
+ENV PYTHONPATH=$PYTHONPATH:.
60
+
61
ENTRYPOINT [ "python", "/app/robusta_cli/main.py"]
0 commit comments