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 603b7a6 commit b0c1e27Copy full SHA for b0c1e27
Dockerfile
@@ -15,4 +15,4 @@ COPY requirements.txt /tmp/
15
RUN pip install --requirement /tmp/requirements.txt
16
17
COPY entrypoint.py /entrypoint.py
18
-ENTRYPOINT [ "python", "./entrypoint.py" ]
+ENTRYPOINT [ "python", "/entrypoint.py" ]
0 commit comments