feat(docker): add PM2_INSTANCES variable and update entrypoint script… (#14083)

This commit is contained in:
Wu Tianwei
2025-02-20 17:30:19 +08:00
committed by GitHub
parent 09fc4bba61
commit 252d2c425b
5 changed files with 6 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ If you want to customize the host and port:
pnpm run start --port=3001 --host=0.0.0.0
```
If you want to customize the number of instances launched by PM2, you can configure `PM2_INSTANCES` in `docker-compose.yaml` or `Dockerfile`.
## Storybook
This project uses [Storybook](https://storybook.js.org/) for UI component development.