Skip to content

Commit c1910be

Browse files
authored
Update Dockerfile
1 parent 84fd69c commit c1910be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ FROM python:3.14-rc-alpine3.21
22
WORKDIR /app
33
COPY app/ /app
44
RUN pip install Flask
5+
RUN pip install prometheus-flask-exporter
56
EXPOSE 5000
67
CMD ["python", "app.py"]

0 commit comments

Comments
 (0)