Update Dockerfile

This commit is contained in:
Mendel Schneerson
2018-04-23 13:23:29 -04:00
committed by GitHub
parent 381f8d49b9
commit 581febebdc

View File

@@ -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 . .