test_compos/docker-compose.yml

11 lines
152 B
YAML
Raw Normal View History

2024-12-16 18:09:35 +02:00
version: '3.8'
services:
flask-app:
build:
context: .
ports:
- "5000:5000"
volumes:
- .:/app
command: python app.py