Update 'Dockerfile'
- Changed build container to official node.js one set up on latest apline linux - Added OS package updates to build process
This commit is contained in:
parent
de434dea37
commit
e942849be5
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
FROM clearlinux/node
|
||||
FROM node:current-alpine
|
||||
|
||||
ENTRYPOINT camera.ui
|
||||
|
||||
RUN apk --update --no-cache && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
RUN npm i -g camera.ui@latest --unsafe-perm
|
||||
|
|
Loading…
Reference in a new issue