Skip to content

Commit

Permalink
remove poetry from PATH (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 authored Feb 19, 2024
1 parent 5de0903 commit b269ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/django-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN pip install pipenv
RUN python3 -m venv /opt/poetry
RUN /opt/poetry/bin/pip install poetry
RUN /opt/poetry/bin/poetry --version
ENV PATH="/opt/poetry/bin:${PATH}"

# Copy run file
COPY django-run /usr/local/bin/
Expand Down

0 comments on commit b269ea1

Please sign in to comment.