contracts/docker-compose.yml

10 lines
119 B
YAML
Raw Permalink Normal View History

2025-03-25 15:01:32 +00:00
services:
web:
build: .
env_file:
- .env
ports:
- "${PORT}:5000"
volumes:
- .:/app