mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-07 05:40:18 +00:00
fix: disable fastapi api docs in docker
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user