Files
scrypted/install/docker/Dockerfile.local
2024-01-03 11:05:55 -08:00

11 lines
134 B
Docker

FROM ghcr.io/koush/scrypted-common
WORKDIR /
COPY . .
WORKDIR /server
RUN npm install
RUN npm run build
CMD npm run serve-no-build