fix: disable fastapi api docs in docker

This commit is contained in:
Leon
2025-07-23 21:27:09 +02:00
parent 6a96289e6d
commit f78607f506
3 changed files with 13 additions and 2 deletions

View File

@@ -18,5 +18,6 @@ WORKDIR /app
EXPOSE 8000
ENV LETTERFEED_PRODUCTION=true
ENV PATH="/app/.venv/bin:$PATH"
CMD ["sh", "-c", "alembic upgrade head && uvicorn app.main:app --host 0.0.0.0 --port 8000"]