Feat: aboba
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-27 19:38:13 +03:00
parent 2c87ce1554
commit 2ab8ff4cf9

View File

@@ -9,9 +9,6 @@ RUN pip install poetry
RUN poetry config virtualenvs.create false RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction --no-ansi RUN poetry install --no-interaction --no-ansi
COPY .env .
COPY . . COPY . .
ENV POSTGRES_PORT=5432
CMD ["python", "main.py"] CMD ["python", "main.py"]