mayurasandakalum commited on
Commit
e209488
·
verified ·
1 Parent(s): b2ce7a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # Add the current directory contents into the container at /app
8
  ADD . /app
9
 
10
- RUN mkdir -p /app/cache
11
 
12
  # Install any needed packages specified in requirements.txt
13
  # Also install build-essential for C++ compiler
 
7
  # Add the current directory contents into the container at /app
8
  ADD . /app
9
 
10
+ RUN mkdir -p /app/cache && chmod -R 775 /app/cache
11
 
12
  # Install any needed packages specified in requirements.txt
13
  # Also install build-essential for C++ compiler