mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 11:22:34 +02:00
LOCAL SETUP file using docker added.
This commit is contained in:
parent
0df6c46f3f
commit
b76d48ec94
1 changed files with 11 additions and 0 deletions
11
LOCAL_SETUP_DOCKER.md
Normal file
11
LOCAL_SETUP_DOCKER.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# LOCAL SETUP DOCKER
|
||||
|
||||
## commands list
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
Loading…
Add table
Reference in a new issue