auto update yt-dlp

This commit is contained in:
Simon
2026-06-19 08:45:16 +00:00
parent 5826ba6b8a
commit f637309699
3 changed files with 73 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ services:
hottub-webclient:
image: hottub-webclient:latest
container_name: hottub-webclient
entrypoint: python3
entrypoint: ["/app/docker-entrypoint.sh", "python3"]
command: ["backend/main.py"]
volumes:
- /path/to/hottub-webclient:/app