Files
scrypted/install/docker/docker-build-local.sh
Koushik Dutta d29cd7e421 ha: addon
2023-05-08 11:24:55 -07:00

5 lines
155 B
Bash
Executable File

./template/generate-dockerfile.sh
docker build -t koush/scrypted-common -f Dockerfile.common . && \
docker build -t koush/scrypted -f Dockerfile.local .