mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
11 lines
134 B
Docker
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
|