docker-alerta icon indicating copy to clipboard operation
docker-alerta copied to clipboard

Update nginx example webui Dockerfile to fix build

Open bd5872 opened this issue 2 years ago • 0 comments

Docker build was failing due to incompatibilities with the referenced node:lts-alpine image, which seems to use node16. Changed to use node:14-buster image, and removed alpine specific lines (apk add).

bd5872 avatar Jun 23 '22 14:06 bd5872