HousePricePredictor / docker-compose.yaml
VashuTheGreat's picture
Added
51f7cb3
raw
history blame contribute delete
151 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
env_file: .env
restart: unless-stopped
ports:
- "8000:8000"