adityasugandhi commited on
Commit
971cc91
·
1 Parent(s): 9a5376a
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,9 +23,9 @@ COPY ./req.txt /app/req.txt
23
  RUN /bin/bash -c "source $VIRTUAL_ENV/bin/activate && pip install --upgrade pip && pip install --no-cache-dir -r req.txt"
24
 
25
  # Create directory within the /app directory
26
- RUN mkdir -p /app/.haystack
27
  RUN chmod -R 777 /app
28
- RUN chmod -R 777 /
29
 
30
 
31
  # Copy application code
 
23
  RUN /bin/bash -c "source $VIRTUAL_ENV/bin/activate && pip install --upgrade pip && pip install --no-cache-dir -r req.txt"
24
 
25
  # Create directory within the /app directory
26
+ RUN mkdir -p .haystack
27
  RUN chmod -R 777 /app
28
+
29
 
30
 
31
  # Copy application code