Update Dockerfile
This commit is contained in:
parent
015d5e74b2
commit
5dffde4a55
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user