From 733880ad2f85cf1573cfa08a8c8c834cb3efa021 Mon Sep 17 00:00:00 2001 From: charlien Date: Fri, 4 Oct 2024 12:40:10 +0200 Subject: [PATCH] expose port 9200 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e141b3b..9e34f4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,6 +102,7 @@ ENTRYPOINT ["dumb-init", "--"] ENV PROMETHEUS_MULTIPROC_DIR /tmp ENV prometheus_multiproc_dir /tmp ENV METRICS_PORT 9200 +EXPOSE 9200 COPY container/gunicorn_promexp_config.py /src/