Files
test-app/docker-compose.yml
akula 4ef44fc2ed
Some checks failed
ci/woodpecker/push/publish Pipeline failed
1
2024-12-03 12:29:43 +03:00

11 lines
140 B
YAML

---
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/app
environment:
- FLASK_ENV=development