refactor: extract launch script + adapt metadata extractor

This commit is contained in:
2025-05-05 00:53:31 +02:00
parent 775d3da6ed
commit ffe847fb5e
7 changed files with 311 additions and 74 deletions

View File

@ -26,4 +26,4 @@ COPY . .
EXPOSE 8000
CMD ["python", "src/server.py"]
CMD ["python", "-m", "scripts.server"]