Update styling.

This commit is contained in:
g_it 2026-03-31 14:15:50 +02:00
commit a35c462972
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 34 additions and 1 deletions

View file

@ -12,3 +12,4 @@ EXPOSE 8000
ENV ROOT_PATH=/technical/api
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--root-path", "/technical/api"]