fix(ci): pin docker api version for release builds refs NOISSUE

This commit is contained in:
2026-04-10 19:58:38 +02:00
parent 6ee1c46826
commit e9dc1ede55
4 changed files with 10 additions and 3 deletions

View File

@@ -40,4 +40,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD curl -f http://localhost:8000/health || exit 1
# Run application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]