Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 17, 2024
1 parent 7a825ee commit 367ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL com.github.actions.name="organizational_contributors" \
org.opencontainers.image.description="GitHub Action that given an organization or repository, produces information about the contributors sorted by the organisation."

WORKDIR /action/workspace
COPY requirements.txt */*.py /action/workspace/ *
COPY requirements.txt */*.py LICENSE pyproject.toml README.md /action/workspace/

RUN python3 -m pip install --no-cache-dir ./ \
&& apt-get -y update \
Expand Down

0 comments on commit 367ac09

Please sign in to comment.