datamining-project / docker-compose.yml
Teslim Olunlade
Added a demo tweet
25ac0e5
raw
history blame contribute delete
171 Bytes
version: '3.4'
services:
app:
image: datamining/app
build: ./app
ports:
- 8501:8501
volumes:
- ./app/main.py:/usr/src/app/main.py