pvanand commited on
Commit
7342455
·
verified ·
1 Parent(s): 0135244

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV IPYTHONDIR=/app/ipython
20
  RUN mkdir -p /app/ipython && chmod -R 777 /app/ipython
21
 
22
  # Create an output folder and give it all permissions
23
- RUN mkdir -p /app/output && chmod -R 777 /app/output
24
 
25
  # Install any needed packages specified in requirements.txt
26
  RUN pip install --no-cache-dir -r requirements.txt
 
20
  RUN mkdir -p /app/ipython && chmod -R 777 /app/ipython
21
 
22
  # Create an output folder and give it all permissions
23
+ RUN mkdir -p /app/output && chmod -R 2777 /app/output
24
 
25
  # Install any needed packages specified in requirements.txt
26
  RUN pip install --no-cache-dir -r requirements.txt