Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ WORKDIR /app
# ENV PATH="/app/.venv/bin:/app/node_modules/.bin:$PATH"
ENV PATH="/app/.venv/bin:/app/bun_global/bin:$PATH"
ENV PYTHONPATH=/app
ENV HOST=0.0.0.0
ENV PORT=8000
ENV SERVER__HOST=0.0.0.0
ENV SERVER__PORT=8000

EXPOSE ${PORT:-8000}

Expand Down