Initial updates with FE

This commit is contained in:
2026-04-10 21:41:26 -05:00
parent 562a8525d0
commit bb8af62f2d
9 changed files with 119 additions and 11 deletions

View File

@@ -20,6 +20,6 @@ RUN uv sync --no-dev
COPY . /app
EXPOSE 8000
EXPOSE 8003
ENTRYPOINT ["sh", "/app/scripts/entrypoint.sh"]