Support using with docker compose

This commit is contained in:
sixzeroo
2023-03-18 21:54:51 +08:00
parent fcb87725d2
commit 787f780863
4 changed files with 28 additions and 1 deletions

View File

@@ -21,6 +21,12 @@ npm ci
npm run dev # or: npm run build
```
## Use with docker compose
```bash
docker compose up -d
```
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -43,4 +49,4 @@ npm run dev # or: npm run build
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- ALL-CONTRIBUTORS-LIST:END -->