Files
scrypted/install/docker/docker-build-local.sh
2024-01-03 11:05:55 -08:00

5 lines
169 B
Bash
Executable File

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