mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
192 B
192 B
LOCAL SETUP DOCKER
commands list
docker run -it --rm -v $PWD:/code -w /code -p 3001:3001 node:20.4 /bin/bash
# inside the container
npm ci
npm run download-dist
npm run dev