5 lines
88 B
Docker
5 lines
88 B
Docker
FROM clearlinux/node
|
|
|
|
ENTRYPOINT camera.ui
|
|
|
|
RUN npm i -g camera.ui@latest --unsafe-perm
|