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 \