muryshev commited on
Commit
d1e4582
·
1 Parent(s): f8cf2b4
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -35,8 +35,8 @@ RUN python -m pip install -r requirements.txt
35
  # RUN python -m pip install --ignore-installed elasticsearch==7.11.0 || true
36
 
37
  COPY . .
38
- RUN chmod -R 777 /data
39
- RUN mkdir -p /data/regulation_datasets /data/documents /data/logs
40
 
41
 
42
  EXPOSE ${PORT}
 
35
  # RUN python -m pip install --ignore-installed elasticsearch==7.11.0 || true
36
 
37
  COPY . .
38
+
39
+ # RUN mkdir -p /data/regulation_datasets /data/documents /data/logs
40
 
41
 
42
  EXPOSE ${PORT}