D Ф m i И i q ц e L Ф y e r commited on
Commit
3835e0c
·
1 Parent(s): 49f41d0

fix: remove .env copy (HF uses Secrets)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN python -m spacy download fr_core_news_md || true
28
  # Copy application code
29
  COPY syscred/ /app/syscred/
30
  COPY ontology/ /app/ontology/
31
- COPY .env /app/.env
32
 
33
  # Make ontology directory writable (fix Permission denied for TTL export)
34
  RUN chmod -R 777 /app/ontology
 
28
  # Copy application code
29
  COPY syscred/ /app/syscred/
30
  COPY ontology/ /app/ontology/
31
+ # NOTE: .env is NOT copied - HF Space uses Secrets instead
32
 
33
  # Make ontology directory writable (fix Permission denied for TTL export)
34
  RUN chmod -R 777 /app/ontology