Skip to content

Commit 0b55e07

Browse files
Update README.md
1 parent 774ca16 commit 0b55e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ docker-compose up
2222
### Docker
2323
```sh
2424
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
25+
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
26+
docker exec -it chabot-node-1 python /usr/src/app/setup.py
2727
```
2828

2929
### without docker

0 commit comments

Comments
 (0)