From 2ab8ff4cf96c1e9f849f9cb9a6cf37f69a1955f3 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Fri, 27 Dec 2024 19:38:13 +0300 Subject: [PATCH] Feat: aboba --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b51dfe..eb5c266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,6 @@ RUN pip install poetry RUN poetry config virtualenvs.create false RUN poetry install --no-interaction --no-ansi -COPY .env . COPY . . -ENV POSTGRES_PORT=5432 - CMD ["python", "main.py"]