From dcf0fec7ac8376393977c275cf1b563b21321183 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Wed, 4 Aug 2021 15:17:13 +0100 Subject: [PATCH] Hope this fixes it --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 691e8e4..ffdd556 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.9.6-buster -COPY ./requirements.txt /usr/src/app +COPY . /usr/src/app WORKDIR /usr/src/app RUN pip install --upgrade pip RUN pip install -r requirements.txt