robinroy03 commited on
Commit
566a2b3
·
1 Parent(s): 78aaefd

dockerfile - adding cache folder

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,6 +10,6 @@ COPY . .
10
 
11
  # RUN mkdir -p code/cache && chmod 777 code/cache
12
 
13
- RUN mkdir cache
14
 
15
  CMD ["gunicorn", "-w", "5", "main:app"]
 
10
 
11
  # RUN mkdir -p code/cache && chmod 777 code/cache
12
 
13
+ RUN mkdir test
14
 
15
  CMD ["gunicorn", "-w", "5", "main:app"]