LandCoverClassifier / docker-compose.yml
rana1926's picture
Upload 6 files
85ace5b verified
raw
history blame contribute delete
176 Bytes
version: '3.8'
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/app
environment:
- FLASK_APP=app.py
- FLASK_ENV=development