diff --git a/Dockerfile b/Dockerfile index 499396a..ee00d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN apk add --update ffmpeg netcat-openbsd libusb-dev COPY . . 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"]