ddi-checker / docker-compose.yml
marwadeeb's picture
added rubric notes and mapping
b294f5a
raw
history blame contribute delete
214 Bytes
services:
app:
build: .
container_name: ddi-checker
ports:
- "7860:5000"
volumes:
- .:/app
env_file:
- .env
environment:
- FLASK_DEBUG=1
command: python app.py