Skip to content

Commit

Permalink
Update dockerfile for v2 new py files
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Jun 27, 2023
1 parent 04ffc93 commit 7eea2dd
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 @@ -2,7 +2,7 @@ FROM python:3.11-slim
LABEL org.opencontainers.image.source https://github.com/github/issue-metrics

WORKDIR /action/workspace
COPY requirements.txt issue_metrics.py /action/workspace/
COPY requirements.txt *.py /action/workspace/

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

0 comments on commit 7eea2dd

Please sign in to comment.