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