Tuto_Sentiment_Analysis_App / docker-compose.yml
eaedk's picture
docker compose
e0cc90a
raw
history blame
149 Bytes
version: "3.9"
services:
docs:
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:7860
volumes:
- ./:/app