This commit is contained in:
g_it 2026-03-31 13:11:32 +02:00
commit da2d9a5016
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

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