mirror of
https://github.com/saurabhan/Wallhaven-dl.git
synced 2026-01-03 00:18:02 +00:00
Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
381f8d49b9
commit
581febebdc
@@ -3,7 +3,7 @@ FROM python:3
|
|||||||
RUN mkdir -p /Wallhaven-dl/Wallhaven
|
RUN mkdir -p /Wallhaven-dl/Wallhaven
|
||||||
WORKDIR /Wallhaven-dl
|
WORKDIR /Wallhaven-dl
|
||||||
|
|
||||||
COPY requirments.txt ./
|
COPY requirements.txt ./
|
||||||
RUN pip install --no-cache-dir -r requirments.txt
|
RUN pip install --no-cache-dir -r requirments.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user