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 c15f967 commit 157c50dCopy full SHA for 157c50d
Dockerfile
@@ -3,4 +3,4 @@ RUN mkdir /app
3
ADD . /app
4
WORKDIR /app
5
RUN pip install -r requirements.txt
6
-CMD ["python", "poc.py"]
+ENTRYPOINT ["python", "poc.py"]
0 commit comments