From aa9e301d5ef78fd12bf2d38331e930c3a7ba9b03 Mon Sep 17 00:00:00 2001 From: jsdio Date: Mon, 5 Jun 2023 16:04:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B8=D0=B7-=D0=BF=D0=BE=D0=B4=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70a663c..b87905e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ RUN python -m pip install --no-cache-dir --upgrade pip \ COPY /src . -RUN python main.py \ No newline at end of file +COPY .env . + +CMD ["python", "main.py"] \ No newline at end of file