Update Dockerfile

This commit is contained in:
TylerCG 2025-04-23 23:44:01 -04:00
parent 015d5e74b2
commit 5dffde4a55

View File

@ -13,6 +13,8 @@ ENV PYTHONUNBUFFERED=1
# Set work directory
WORKDIR /app
RUN mkdir /data /tv /youtube /asmr /nsfw /temp
# Install dependencies
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt