FROM chipsman/uptime-kuma:latest # Install Node.js RUN apt-get update && \ apt-get install -y nodejs npm EXPOSE 3001 CMD ["node" "server/server.js"]