From 1906ffd8aafd4e24f2182426c2d622b199c63ee2 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:30:37 +0800 Subject: [PATCH] Update CONTRIBUTING.md to simplify instructions Removed redundant build command from contributing guide. --- CONTRIBUTING.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 570c7a1af..8e0ef3ca5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 \