feat: Versionsanzeige (VERSION-Datei, Footer, /api/version, Image-Tag)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 14:57:49 +02:00
parent 87f8bbc400
commit 82f278ca00
9 changed files with 36 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY app/ app/
COPY alembic/ alembic/
COPY alembic.ini .
COPY VERSION .
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
EXPOSE 8000