Spaces:
Runtime error
Runtime error
File size: 245 Bytes
aeb7772 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
version: '3'
services:
web:
build: .
ports:
- "7860:7860"
volumes:
- ./static/uploads:/app/static/uploads
- ./static/results:/app/static/results
environment:
- FLASK_ENV=development
restart: always
|