switch to docker based web builds

This commit is contained in:
Blake Blackshear
2021-01-15 07:53:44 -06:00
parent bca0531963
commit b022bec1fa
3 changed files with 13 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ version:
echo "VERSION='0.8.0-$(COMMIT_HASH)'" > frigate/version.py
web:
cd web && npm install && npm run build
docker build --tag frigate-web --file docker/Dockerfile.web web/
amd64_wheels:
docker build --tag blakeblackshear/frigate-wheels:amd64 --file docker/Dockerfile.wheels .