WebashalarForML commited on
Commit
81d9b3f
·
verified ·
1 Parent(s): 72e4b85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
35
 
36
  # Create app directories with permissions
37
  RUN mkdir -p /app/nltk_data /app/.config/matplotlib \
38
- && mkdir -p /app/cache /app/data /app/logs /app/static \
39
  && chmod -R 777 /app/cache /app/data /app/logs /app/static /app/medicationCategories /app/reports \
40
  && chmod -R 777 /app
41
 
 
35
 
36
  # Create app directories with permissions
37
  RUN mkdir -p /app/nltk_data /app/.config/matplotlib \
38
+ && mkdir -p /app/cache /app/data /app/logs /app/static /app/tmp \
39
  && chmod -R 777 /app/cache /app/data /app/logs /app/static /app/medicationCategories /app/reports \
40
  && chmod -R 777 /app
41