mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-05-15 22:06:57 +01:00
123
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
FROM python:3.7
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get -y update && apt-get install -y \
|
||||
ffmpeg \
|
||||
netcat-openbsd
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install .
|
||||
|
||||
COPY ./docker/entrypoint.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["unifi-cam-proxy"]
|
||||
Reference in New Issue
Block a user