From 807c599b85480526e7e7f0bf4b2500e011ee1505 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 7 Oct 2019 20:03:07 +0300 Subject: [PATCH] Typo fix --- Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.prod b/Dockerfile.prod index d683eb4..f95e799 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -3,7 +3,7 @@ ENV PYTHONUNBUFFERED 1 ENV IS_DOCKER 0 WORKDIR /app COPY requirements.txt ./ -COPY requirements-production.txt ./ +COPY requirements.production.txt ./ RUN apk add --no-cache --virtual .build-deps build-base linux-headers \ && apk add --no-cache jpeg-dev zlib-dev postgresql-dev \