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