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 5cf771b commit d2a6665Copy full SHA for d2a6665
Dockerfile
@@ -6,4 +6,4 @@ RUN pip install -r requirements.txt
6
7
COPY tinyproxy_exporter tinyproxy_exporter
8
9
-CMD ["python", "tinyproxy_exporter"]
+ENTRYPOINT ["python", "tinyproxy_exporter"]
0 commit comments