reindex pls

This commit is contained in:
2025-10-26 11:06:32 -04:00
parent 561b5bddce
commit 591788dfa4
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ RUN uv pip install --system -e .
# Copy application code
COPY *.py ./
COPY blueprints ./blueprints
COPY aerich.toml ./
COPY migrations ./migrations
COPY startup.sh ./
RUN chmod +x startup.sh