mirror of
https://github.com/koush/scrypted.git
synced 2026-04-14 04:10:28 +01: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
|