We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774ca16 commit 0b55e07Copy full SHA for 0b55e07
README.md
@@ -22,8 +22,8 @@ docker-compose up
22
### Docker
23
```sh
24
docker build -t "ai-chat-bot" .
25
-docker run --name=chabot-node-1 -e="APPLICATION_ENV=Production" -v ./:/app-container -p 8001:8080 -it ai-chat-bot gunicorn --bind 0.0.0.0:8080 run:app
26
-docker exec -it chabot-node-1 python /app-container/setup.py
+docker run --name=chabot-node-1 -e="APPLICATION_ENV=Production" -v ./:/usr/src/app -p 8001:8080 -it ai-chat-bot gunicorn --bind 0.0.0.0:8080 run:app
+docker exec -it chabot-node-1 python /usr/src/app/setup.py
27
```
28
29
### without docker
0 commit comments