WORkkkkkkkkkkkkkkkk
All checks were successful
Build Docker image / docker (push) Successful in 1m28s

This commit is contained in:
Lee 2024-03-02 11:54:33 +00:00
parent 039c52ffb8
commit 2d70012ece

@ -37,7 +37,7 @@ RUN apk add --update ffmpeg netcat-openbsd libusb-dev
COPY . . COPY . .
RUN pip install . --no-cache-dir RUN pip install . --no-cache-dir
COPY ./docker/entrypoint.sh / COPY ./docker/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["bash", "/entrypoint.sh"]
CMD ["unifi-cam-proxy"] CMD ["unifi-cam-proxy"]