adjust backend to serve static frontend files

This commit is contained in:
maxDorninger
2025-07-17 16:04:57 +02:00
parent 6016e3c155
commit 81c8381a90
3 changed files with 52 additions and 29 deletions

View File

@@ -24,6 +24,6 @@ COPY media_manager ./media_manager
COPY alembic ./alembic
COPY alembic.ini .
HEALTHCHECK CMD curl -f http://localhost:8000${MISC__API_BASE_PATH}/ || exit 1
HEALTHCHECK CMD curl -f http://localhost:8000${MISC__API_BASE_PATH}/health || exit 1
EXPOSE 8000
CMD ["/app/mediamanager-backend-startup.sh"]