PIP PLATFORM ended
Run Tests on Branches / Backend Tests (push) Successful in 3m28s
Run Tests on Branches / Frontend Tests (push) Successful in 3m25s
Run Tests on Branches / PIP Tests (push) Failing after 9s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-01 17:19:03 +02:00
parent c5df0ec0b2
commit 8615e213de
5 changed files with 53 additions and 41 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ COPY . .
EXPOSE 8000
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4", "--loop", "uvloop", "--http", "httptools"]
CMD ["python", "entrypoint.py"]