mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Fix startup time when not running as addon
This commit is contained in:
parent
d28d6f6099
commit
f5737de557
@ -59,6 +59,9 @@ ENV FLASK_ENV=development
|
||||
# https://github.com/home-assistant/core/issues/79976
|
||||
ENV S6_SERVICES_READYTIME=50
|
||||
|
||||
# https://github.com/hassio-addons/addon-debian-base/pull/126
|
||||
RUN rm -f /etc/cont-init.d/00-banner.sh /etc/cont-init.d/01-log-level.sh
|
||||
|
||||
COPY --from=wheels /wheels /wheels
|
||||
|
||||
# Install ffmpeg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user