ml_tfidf_logreg_project / docker-compose.yml
subbunanepalli's picture
Create docker-compose.yml
9122d88 verified
raw
history blame contribute delete
143 Bytes
version: "3.9"
services:
tfidf-api:
build: .
container_name: tfidf_ml_app
ports:
- "7860:7860"
volumes:
- .:/app