File size: 179 Bytes
05e8fd6
 
 
 
 
 
 
 
 
 
 
 
75585fa
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3.8'

services:
  app:
    build: .
    container_name: chatbot
    ports:
      - "8000:8000"  
    volumes:
      - .:/app 

environment:
  NLTK_DATA: "/app/nltk_data"