We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea25cc commit 195103fCopy full SHA for 195103f
Dockerfile
@@ -5,4 +5,4 @@ COPY reportsizedeltas.py /reportsizedeltas.py
5
RUN ["chmod", "+x", "reportsizedeltas.py"]
6
7
# Code file to execute when the docker container starts up
8
-ENTRYPOINT ["python", "reportsizedeltas.py"]
+ENTRYPOINT ["python", "/reportsizedeltas.py"]
0 commit comments