Skip to content

Commit

Permalink
Rearrange Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jul 31, 2023
1 parent bc4e2a4 commit faaf4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ RUN apk update && \
apk add git rsync && \
python -m venv /venv && \
/venv/bin/python -m pip install --upgrade pip && \
/venv/bin/python -m pip install -r /requirements.txt && \
git config --global --add safe.directory '*'

RUN /venv/bin/python -m pip install -r /requirements.txt

ENV PYTHONPATH /src/
ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit faaf4f6

Please sign in to comment.