added gitlab workflow and unraid CA template

This commit is contained in:
2025-01-27 22:46:19 -05:00
parent d48de54326
commit bbd8140bda
7 changed files with 72 additions and 25 deletions

View File

@@ -5,7 +5,6 @@ RUN apk update && \
apk add --no-cache build-base ffmpeg && \
rm -rf /var/cache/apk/*
COPY requirements.txt requirements.txt
COPY data.json data.json
RUN python3 -m pip install --no-cache-dir -r requirements.txt
COPY youdis.py youdis.py
CMD ["python3", "youdis.py"]