update
Build and Push Docker Images / build-and-push (push) Successful in 33s

This commit is contained in:
2025-04-16 21:31:12 +02:00
parent 6d8b4c000a
commit 122ddf7f56
3 changed files with 13 additions and 5 deletions
+3
View File
@@ -5,6 +5,9 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Create the m3u8 directory
RUN mkdir -p /m3u8 && chmod 777 /m3u8
COPY main.py .
COPY version .