Skip to content
Merged

DF #131

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
3 changes: 0 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ RUN uv pip install --system -r pyproject.toml
# Copy application code
COPY . .

# Copy seed data and test suites from repo root (needed by seed scripts)
COPY ../examples /examples

# Create startup script
RUN echo '#!/bin/sh\n\
set -e\n\
Expand Down