Build [v1.10.0]

This commit is contained in:
2026-04-15 17:31:58 +03:00
parent 074d4f1f8d
commit 062df8cfd9
7 changed files with 31 additions and 12 deletions

View File

@@ -35,7 +35,5 @@ RUN chmod +x /app/scripts/init_data.sh /app/backend/entrypoint.sh
EXPOSE 8000
EXPOSE 8000
# Entrypoint runs init_data.sh first, then starts uvicorn
ENTRYPOINT ["/app/backend/entrypoint.sh"]