We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03c106 commit da14df6Copy full SHA for da14df6
Dockerfile
@@ -31,7 +31,6 @@ RUN pip install --no-cache-dir -r requirements.txt
31
# 6. COPY YOUR APPLICATION CODE
32
# This happens AFTER pip install so code changes don't invalidate pip cache
33
COPY redact/ ./redact/
34
-COPY data/ ./data/
35
36
# 7. SET ENVIRONMENT VARIABLES (optional, can also set in Render dashboard)
37
# These tell Python not to buffer output (helps with logging)
0 commit comments