7 lines
108 B
YAML
7 lines
108 B
YAML
services:
|
|
app:
|
|
build: .
|
|
command: python3 /app/epg-grabber/getEpgs.py
|
|
volumes:
|
|
- ./:/app
|