mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Add ability to restart
This commit is contained in:
parent
c21fc6bee7
commit
c2d700cc91
@ -7,7 +7,7 @@ FROM blakeblackshear/frigate-ffmpeg:${FFMPEG_VERSION}-${ARCH} as ffmpeg
|
|||||||
FROM blakeblackshear/frigate-nginx:${NGINX_VERSION} as nginx
|
FROM blakeblackshear/frigate-nginx:${NGINX_VERSION} as nginx
|
||||||
FROM frigate-web as web
|
FROM frigate-web as web
|
||||||
|
|
||||||
FROM ubuntu:20.04 AS build
|
FROM ubuntu:20.04 as build
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get -yqq update && \
|
RUN apt-get -yqq update && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user