Skip to content

Commit

Permalink
adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Jun 26, 2023
1 parent dcd9284 commit 5f81620
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ RUN python3 -m pip install --no-cache --upgrade pip setuptools && \

# Setup Python Poetry package manager
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN ln -sf /root/.local/bin/poetry /usr/local/bin
ENV PATH="$PATH:/home/devlake/.local/bin"
RUN which poetry

# Build Python plugins
RUN find /app/python/ -name "*.sh" | xargs -I{} chmod +x {}
RUN /app/python/build.sh
Expand Down

0 comments on commit 5f81620

Please sign in to comment.