Add more flexibility to leaders format #1

Merged
nathanwoodburn merged 6 commits from feat/flexible-leaders into main 2026-02-18 12:17:21 +11:00
Showing only changes of commit f79cb6e91d - Show all commits

View File

@@ -19,12 +19,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --locked uv sync --locked
# Copy only app source files # Copy only app source files
COPY blueprints blueprints COPY main.py server.py ./
COPY main.py server.py curl.py tools.py mail.py cache_helper.py ./
COPY templates templates COPY templates templates
COPY data data
COPY pwa pwa
COPY .well-known .well-known
# Clean up caches and pycache # Clean up caches and pycache
RUN rm -rf /root/.cache/uv RUN rm -rf /root/.cache/uv