Skip to content

Commit

Permalink
nevermind
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx authored Feb 19, 2024
1 parent 8820aad commit 75ba7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/django-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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}"
# ENV PATH="/opt/poetry/bin:${PATH}"

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

0 comments on commit 75ba7f6

Please sign in to comment.