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