mirror of
https://github.com/koush/scrypted.git
synced 2026-02-17 04:02:14 +00:00
5 lines
169 B
Bash
Executable File
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 .
|