We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b89d2 commit 4f2b05cCopy full SHA for 4f2b05c
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