Skip to content

Commit 195103f

Browse files
committed
Correct script path in report-size-deltas action's Dockerfile
reportsizedeltas.py -> /reportsizedeltas.py
1 parent 2ea25cc commit 195103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ COPY reportsizedeltas.py /reportsizedeltas.py
55
RUN ["chmod", "+x", "reportsizedeltas.py"]
66

77
# Code file to execute when the docker container starts up
8-
ENTRYPOINT ["python", "reportsizedeltas.py"]
8+
ENTRYPOINT ["python", "/reportsizedeltas.py"]

0 commit comments

Comments
 (0)