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

Update Dockerfile

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