Skip to content

Commit

Permalink
undo #192
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx authored Feb 19, 2024
1 parent b269ea1 commit 8820aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/django-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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}"

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

0 comments on commit 8820aad

Please sign in to comment.