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"]