mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
adjust backend to serve static frontend files
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user