Update Dockerfile
Browse files- 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
|