We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ac374f + 4f2b05c commit 26ceaafCopy full SHA for 26ceaaf
1 file changed
backend/Dockerfile
@@ -18,9 +18,6 @@ RUN uv pip install --system -r pyproject.toml
18
# Copy application code
19
COPY . .
20
21
-# Copy seed data and test suites from repo root (needed by seed scripts)
22
-COPY ../examples /examples
23
-
24
# Create startup script
25
RUN echo '#!/bin/sh\n\
26
set -e\n\
0 commit comments