Skip to content
Merged
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
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ COPY dist/dash_improve_my_llms-*.tar.gz ./dist/
RUN pip install --no-cache-dir --no-deps ./dist/dash_improve_my_llms-*.tar.gz

COPY app.py ./
COPY lib ./lib
COPY pages ./pages
COPY docs ./docs
COPY assets ./assets

# Render injects PORT; 8959 matches the local default in app.py.
ENV PORT=8959
Expand Down
Loading