Skip to content

Commit

Permalink
Copy requirements to corresponding dir @ container
Browse files Browse the repository at this point in the history
This corrects the mistake of setting wrong target directory made
earlier in c54db9c.
  • Loading branch information
webknjaz committed Nov 30, 2022
1 parent 0b69a8c commit bbf6e0b
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 @@ -7,7 +7,7 @@ LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

COPY requirements .
COPY requirements requirements
RUN \
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
pip install --upgrade --no-cache-dir \
Expand Down

0 comments on commit bbf6e0b

Please sign in to comment.