chore: add DLL to docker image

Added in the Emby DLL file for the project to copy to plugin dir
This commit is contained in:
2025-09-19 08:09:10 -04:00
committed by jskala
parent 77b0cdf898
commit cce9840b10
4 changed files with 51 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@ services:
- ./data:/app/data
- ./config:/app/config
- ${MEDIA_PATH}:/media:ro
# Bind mount your Emby plugins directory for automatic plugin deployment
- ${EMBY_PLUGINS_PATH}:/emby-plugins
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s