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 8bb0628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:

permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down
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 8bb0628

Please sign in to comment.