update .env.example
This commit is contained in:
+2
-2
@@ -334,7 +334,7 @@ QuantDinger를 실행하는 가장 빠른 방법입니다.
|
||||
```bash
|
||||
git clone https://github.com/brokermr810/QuantDinger.git && \
|
||||
cd QuantDinger && \
|
||||
cp docker.env.example backend_api_python/.env && \
|
||||
cp backend_api_python/env.example backend_api_python/.env && \
|
||||
docker-compose up -d --build
|
||||
```
|
||||
|
||||
@@ -342,7 +342,7 @@ docker-compose up -d --build
|
||||
```powershell
|
||||
git clone https://github.com/brokermr810/QuantDinger.git
|
||||
cd QuantDinger
|
||||
Copy-Item docker.env.example -Destination backend_api_python\.env
|
||||
Copy-Item backend_api_python\env.example -Destination backend_api_python\.env
|
||||
docker-compose up -d --build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user