1
0
mirror of https://github.com/Lunik/gitea_prometheus_exporter.git synced 2025-04-18 11:04:02 +03:00
Signed-off-by: Lunik <lunik@tiwabbit.fr>
This commit is contained in:
Lunik 2021-03-29 20:09:13 +02:00
parent 9c4d222765
commit 758c247284
No known key found for this signature in database
GPG Key ID: AEC152C8AC2C85EE

View File

@ -7,6 +7,7 @@ COPY requirements.txt .
RUN pip3 install -r requirements.txt
COPY api api
COPY lib lib
COPY prometheus-exporter.py .
COPY config.yml.exemple config.yml