1
0
mirror of synced 2026-03-09 20:13:40 +00:00

Add config topic

This commit is contained in:
Daniel Chesterton
2021-05-28 11:19:55 +01:00
parent f5b655dbf1
commit df45393453
2 changed files with 26 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ RUN pip install --prefix=/install -r /requirements.txt
FROM base
COPY --from=builder /install /usr/local
COPY src /app
COPY VERSION /app
WORKDIR /app
CMD [ "python", "-u", "/app/amcrest2mqtt.py" ]