Files
scrypted/docker/Dockerfile
2021-12-10 15:59:09 -08:00

10 lines
227 B
Docker

ARG BASE="16"
FROM koush/scrypted-common:${BASE}
WORKDIR /
# cache bust
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
RUN npx -y scrypted install-server
WORKDIR /server
CMD npm exec scrypted-serve