From 781c0d4a73723bbe2ee89c62ff5d111bdd7e4cd7 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Tue, 12 Apr 2022 00:07:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c0bbab..757ee13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,6 @@ COPY requirements.txt . WORKDIR /app -COPY *.py . +COPY . . ENTRYPOINT ["/opt/venv/bin/python3", "-u", "main.py"]