Add missing migrations in docker images

This commit is contained in:
Patrick Decat 2021-01-13 18:58:38 +01:00
parent 3647466eda
commit 8ccacaaeb5
No known key found for this signature in database
GPG Key ID: FD55B9BD5687D8FF

View File

@ -44,6 +44,7 @@ RUN wget -q https://github.com/google-coral/test_data/raw/master/ssdlite_mobiled
WORKDIR /opt/frigate/
ADD frigate frigate/
ADD migrations migrations/
ADD web/build web/
COPY run.sh /run.sh