Files
scrypted/docker/Dockerfile
2022-11-02 12:17:20 -07:00

10 lines
255 B
Docker

ARG BASE="16-bullseye"
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 --prefix /server exec scrypted-serve