Update CONTRIBUTING.md to simplify instructions

Removed redundant build command from contributing guide.
This commit is contained in:
Tim
2025-10-23 12:30:37 +08:00
committed by GitHub
parent 426884385f
commit 1906ffd8aa

View File

@@ -40,13 +40,6 @@ cd OpenIsle
```
`.env.example` 是模板,可在 `.env` 中按需覆盖如端口、密钥等配置。确保 `NUXT_PUBLIC_API_BASE_URL`、`NUXT_PUBLIC_WEBSOCKET_URL` 等仍指向 `localhost`,方便前端直接访问容器映射端口。
2. 启动 Dev Profile
```shell
docker compose \
-f docker/docker-compose.yaml \
--env-file .env \
--profile dev build
```
```shell
docker compose \
-f docker/docker-compose.yaml \