mirror of
https://github.com/koush/scrypted.git
synced 2026-02-14 02:42:06 +00:00
8 lines
139 B
Docker
8 lines
139 B
Docker
ARG BASE="16"
|
|
FROM koush/scrypted-common:${BASE}
|
|
|
|
WORKDIR /
|
|
RUN npx -y scrypted install-server
|
|
WORKDIR /server
|
|
CMD npm exec scrypted-serve
|