mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 09:12:03 +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
|