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 88be616 commit 101168fCopy full SHA for 101168f
Dockerfile
@@ -12,4 +12,4 @@ COPY test.py .
12
COPY test.jpg .
13
14
ENV PATH="/:${PATH}"
15
-CMD ["main.py"]
+ENTRYPOINT [ "python3", "main.py"]
0 commit comments