mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
fix selfhosted docker build
This commit is contained in:
@@ -107,7 +107,13 @@ curl -X POST "https://broker.litlyx.com/event" \
|
||||
|
||||
To self host the Litlyx dashboard, first clone this repository. Litlyx Docker images are hosted on DockerHub.
|
||||
|
||||
Run the following command:
|
||||
Run the following commands in order:
|
||||
|
||||
```bash
|
||||
npm run docker-prepare #use your favourite package manager like pnpm, bun, etc...
|
||||
```
|
||||
|
||||
and than:
|
||||
|
||||
```bash
|
||||
docker-compose up
|
||||
|
||||
Reference in New Issue
Block a user