mirror of
https://github.com/koush/scrypted.git
synced 2026-02-12 10:02:04 +00:00
5 lines
230 B
Bash
Executable File
5 lines
230 B
Bash
Executable File
./template/generate-dockerfile.sh
|
|
|
|
docker build -t koush/scrypted-common:16-bullseye -f Dockerfile.common --build-arg BASE=16-bullseye . && \
|
|
docker build -t koush/scrypted:16-bullseye -f Dockerfile --build-arg BASE=16-bullseye .
|