File size: 143 Bytes
9122d88
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: "3.9"

services:
  tfidf-api:
    build: .
    container_name: tfidf_ml_app
    ports:
      - "7860:7860"
    volumes:
      - .:/app