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