camera.ui unofficial docker image
e942849be5
- Changed build container to official node.js one set up on latest apline linux - Added OS package updates to build process |
||
---|---|---|
.gitignore | ||
docker-compose.yaml | ||
Dockerfile | ||
README.md |
camera.ui unofficial docker image
Run with docker-compose
version: '3.7'
services:
camera.ui:
container_name: camera.ui
image: nexryai/camera.ui:latest
ports:
- "8081:8081"
volumes:
- ./data:/.camera.ui:rw