We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638cb99 commit 955823cCopy full SHA for 955823c
1 file changed
README.md
@@ -33,7 +33,7 @@ poetry add python-dotenv
33
#### Install this proejct to make an environment using Poetry Dependency
34
```bash
35
source .venv/bin/activate
36
-poetry install --no-root
+poetry install (using --no-root option when building the docker on CircleCI or Docker env)
37
```
38
39
#### Install Service and Test with Elasicsearch Cluster based on Docker
0 commit comments