From e47e08a272f4342d0540d2e6af79e25367c2e153 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Wed, 4 Aug 2021 15:11:34 +0100 Subject: [PATCH] What the hell is going on!? --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index fd2a390..691e8e4 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.9.6-buster -WORKDIR /usr/src/app COPY ./requirements.txt /usr/src/app +WORKDIR /usr/src/app RUN pip install --upgrade pip RUN pip install -r requirements.txt CMD python3 -u ./bot.py \ No newline at end of file