levalencia commited on
Commit
3ad7261
·
1 Parent(s): 98aae70

Add test_permissions.py to Dockerfile for environment setup verification

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -76,6 +76,7 @@ RUN mkdir -p /app/.streamlit /tmp/docling_temp /tmp/easyocr_models /tmp/cache /t
76
 
77
  COPY requirements.txt ./
78
  COPY src/ ./src/
 
79
 
80
  # Create Streamlit config directly in Dockerfile to avoid copy issues
81
  RUN echo '[global]' > /app/.streamlit/config.toml && \
 
76
 
77
  COPY requirements.txt ./
78
  COPY src/ ./src/
79
+ COPY test_permissions.py ./
80
 
81
  # Create Streamlit config directly in Dockerfile to avoid copy issues
82
  RUN echo '[global]' > /app/.streamlit/config.toml && \