fix selfhosted docker build

This commit is contained in:
antonio
2025-12-03 17:11:22 +01:00
parent 951860f67e
commit 3881c67b93
6 changed files with 22 additions and 5 deletions

View File

@@ -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