RohanHBTU commited on
Commit
a07d0a5
1 Parent(s): 0d5c379

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10
 
11
  COPY . .
12
 
13
- RUN mkdir /code/blabla/cache
14
 
15
- RUN chown user:user -R /code/blabla/cache
16
 
17
  CMD gunicorn -w 4 -b 0.0.0.0:7860 app:app
 
10
 
11
  COPY . .
12
 
13
+ RUN mkdir /code/cache
14
 
15
+ RUN chown user:user -R /code/cache
16
 
17
  CMD gunicorn -w 4 -b 0.0.0.0:7860 app:app