Skip to content

Commit a699b66

Browse files
committed
fixing path error in Dockerfile
1 parent dd98003 commit a699b66

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PATH="/app/venv/bin:$PATH"
1010

1111
WORKDIR /app
1212

13-
RUN pip install poetry
13+
RUN pip install poetry==1.8.2
1414

1515
COPY pyproject.toml poetry.lock ./
1616

@@ -56,4 +56,6 @@ ENV PATH="/venv/bin:$PATH"
5656
COPY ./robusta_cli ./robusta_cli
5757
COPY --from=builder /app/venv /venv
5858

59+
ENV PYTHONPATH=$PYTHONPATH:.
60+
5961
ENTRYPOINT [ "python", "/app/robusta_cli/main.py"]

0 commit comments

Comments
 (0)