Skip to content

Commit da14df6

Browse files
committed
Remove ignored dir from dockerfile
1 parent c03c106 commit da14df6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RUN pip install --no-cache-dir -r requirements.txt
3131
# 6. COPY YOUR APPLICATION CODE
3232
# This happens AFTER pip install so code changes don't invalidate pip cache
3333
COPY redact/ ./redact/
34-
COPY data/ ./data/
3534

3635
# 7. SET ENVIRONMENT VARIABLES (optional, can also set in Render dashboard)
3736
# These tell Python not to buffer output (helps with logging)

0 commit comments

Comments
 (0)