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 84fd69c commit c1910beCopy full SHA for c1910be
Dockerfile
@@ -2,5 +2,6 @@ FROM python:3.14-rc-alpine3.21
2
WORKDIR /app
3
COPY app/ /app
4
RUN pip install Flask
5
+RUN pip install prometheus-flask-exporter
6
EXPOSE 5000
7
CMD ["python", "app.py"]
0 commit comments