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