mirror of
https://github.com/saurabhan/Wallhaven-dl.git
synced 2026-08-31 19:21:46 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM python:3
|
||||
RUN mkdir -p /Wallhaven-dl/Wallhaven
|
||||
WORKDIR /Wallhaven-dl
|
||||
|
||||
COPY requirments.txt ./
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirments.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user