ykl45 commited on
Commit
20e0dba
·
verified ·
1 Parent(s): 0efcf36

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN git clone https://github.com/renqabs/chat2api.git /app
6
 
7
  WORKDIR /app
8
 
9
- RUN chmod -R 777 /app/data
10
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN mkdir /app/data && chmod -R 777 /app/data
10
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12