mirror of
https://github.com/saurabhan/Wallhaven-dl.git
synced 2026-01-04 00:48:01 +00:00
Created Dockerfile
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3
|
||||
|
||||
RUN mkdir -p /Wallhaven-dl/Wallhaven
|
||||
WORKDIR /Wallhaven-dl
|
||||
|
||||
COPY requirments.txt ./
|
||||
RUN pip install --no-cache-dir -r requirments.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
VOLUME /Wallhaven-dl/Wallhaven
|
||||
|
||||
CMD [ "python", "./wallhaven-dl.py" ]
|
||||
Reference in New Issue
Block a user