mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-22 11:57:29 +08:00
Update CONTRIBUTING.md to simplify instructions
Removed redundant build command from contributing guide.
This commit is contained in:
@@ -40,13 +40,6 @@ cd OpenIsle
|
|||||||
```
|
```
|
||||||
`.env.example` 是模板,可在 `.env` 中按需覆盖如端口、密钥等配置。确保 `NUXT_PUBLIC_API_BASE_URL`、`NUXT_PUBLIC_WEBSOCKET_URL` 等仍指向 `localhost`,方便前端直接访问容器映射端口。
|
`.env.example` 是模板,可在 `.env` 中按需覆盖如端口、密钥等配置。确保 `NUXT_PUBLIC_API_BASE_URL`、`NUXT_PUBLIC_WEBSOCKET_URL` 等仍指向 `localhost`,方便前端直接访问容器映射端口。
|
||||||
2. 启动 Dev Profile:
|
2. 启动 Dev Profile:
|
||||||
```shell
|
|
||||||
docker compose \
|
|
||||||
-f docker/docker-compose.yaml \
|
|
||||||
--env-file .env \
|
|
||||||
--profile dev build
|
|
||||||
```
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker compose \
|
docker compose \
|
||||||
-f docker/docker-compose.yaml \
|
-f docker/docker-compose.yaml \
|
||||||
|
|||||||
Reference in New Issue
Block a user