Files
scrypted/docker/docker-build.sh
2022-11-23 08:16:31 -08:00

6 lines
348 B
Bash
Executable File

./template/generate-dockerfile.sh
docker build -t koush/scrypted-common:16-bullseye -f Dockerfile.common --build-arg NODE_VERSION=16 . && \
docker build -t koush/scrypted-common:16-bullseye-s6 -f Dockerfile.common.s6 --build-arg BASE=16-bullseye . && \
docker build -t koush/scrypted:16-bullseye-s6 -f Dockerfile --build-arg BASE=16-bullseye-s6 .