mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-07-01 17:38:20 +02:00
Initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY src/ /opt/
|
||||
|
||||
CMD [ "python3", "/opt/teleinfo_exporter" ]
|
Reference in New Issue
Block a user