From 581febebdc874b62e1482a11ec34aa94c807a141 Mon Sep 17 00:00:00 2001 From: Mendel Schneerson Date: Mon, 23 Apr 2018 13:23:29 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69eddc7..af78503 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .