This commit is contained in:
2024-12-30 17:06:07 +01:00
parent 4ed3de1f01
commit e598394838
4 changed files with 22 additions and 5 deletions

View File

@@ -15,10 +15,11 @@ EXPOSE 8080
RUN chmod +x /app/drmdtool
RUN chmod +x /app/nre
RUN mkdir -p /app/Watched
ENV BASE_DIR=/app/Videos
ENV FORMAT=mkv
ENV TEMP_BASE_DIR=/app/tmp
ENTRYPOINT ["/app/drmdtool"]