From b137b0e686848a309a5ab825627f9e238be32a23 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 27 Sep 2020 01:06:26 +0530 Subject: [PATCH] Use exact path This is a test commit, dockerhub's build caching seems to fail here but works fine locally. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 118118d..65117c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM base AS builder WORKDIR /usr/src/app -COPY requirements.txt ./ +COPY ./requirements.txt /usr/src/app # Build Dependencies RUN apk --no-cache add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++