sadickam commited on
Commit
33e69aa
Β·
verified Β·
1 Parent(s): 06d538d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
  # ── Copy application code & data ─────────────────────────
12
  COPY streamlit_app.py .
13
  COPY subthemes_long.csv .
 
14
 
15
  # --- fix: make /.streamlit writable for any UID ---------------
16
  RUN mkdir -p /.streamlit && chmod 777 /.streamlit
 
11
  # ── Copy application code & data ─────────────────────────
12
  COPY streamlit_app.py .
13
  COPY subthemes_long.csv .
14
+ COPY major_themes_long.csv .
15
 
16
  # --- fix: make /.streamlit writable for any UID ---------------
17
  RUN mkdir -p /.streamlit && chmod 777 /.streamlit