cChat / docker-compose.yml
Shymaa2611
update
18d6b86
raw
history blame contribute delete
179 Bytes
version: '3.8'
services:
app:
build: .
container_name: chatbot
ports:
- "8000:8000"
volumes:
- .:/app
environment:
NLTK_DATA: "/app/nltk_data"