Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ RUN apt update
|
|
| 3 |
RUN apt install git
|
| 4 |
RUN git clone https://github.com/lanqian528/chat2api.git /app
|
| 5 |
|
| 6 |
-
WORKDIR
|
| 7 |
|
| 8 |
RUN mkdir -p /app/data
|
| 9 |
RUN chmod -R 777 /app/data
|
|
|
|
| 3 |
RUN apt install git
|
| 4 |
RUN git clone https://github.com/lanqian528/chat2api.git /app
|
| 5 |
|
| 6 |
+
WORKDIR "app"
|
| 7 |
|
| 8 |
RUN mkdir -p /app/data
|
| 9 |
RUN chmod -R 777 /app/data
|