mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-22 15:19:29 +00:00
Added support for HA discovery
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM python:3.8-alpine
|
||||
|
||||
COPY requirements.txt /app/
|
||||
COPY aaisp-to-mqtt.py /app/
|
||||
COPY aaisp2mqtt.py /app/
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python", "/app/aaisp-to-mqtt.py"]
|
||||
CMD ["python", "/app/aaisp2mqtt.py"]
|
||||
|
||||
Reference in New Issue
Block a user