Files
scrypted/install/docker/Dockerfile.HEAD
Koushik Dutta d29cd7e421 ha: addon
2023-05-08 11:24:55 -07:00

12 lines
215 B
Docker

ARG BASE="16-bullseye"
FROM koush/scrypted-common:${BASE}
WORKDIR /
RUN git clone --depth=1 https://github.com/koush/scrypted
WORKDIR /scrypted/server
RUN npm install
RUN npm run build
CMD npm run serve-no-build