Add missing migrations in docker images

This commit is contained in:
Patrick Decat
2021-01-26 21:40:33 -06:00
committed by Blake Blackshear
parent d2e91754e9
commit 232fa1ffe8
+1
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