Files
scrypted/docker/Dockerfile
Koushik Dutta 02756e6306 docker: wip
2022-11-23 11:14:30 -08:00

10 lines
260 B
Docker

ARG BASE="18-bullseye-full"
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