From 01914e0f5a9d497b6a477d1a1f912b543bfed10a Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Wed, 17 Nov 2021 12:44:54 +0100 Subject: [PATCH] build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed61a7c..99d446f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.9-slim WORKDIR /app -RUN pip install --no-cache-dir -r /app/requirements.txt COPY . . +RUN pip install --no-cache-dir -r /app/requirements.txt ENTRYPOINT [ "python", "-u", "/app/main.py" ] \ No newline at end of file