Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -8,6 +8,9 @@ WORKDIR /app
|
|
8 |
|
9 |
COPY . /app
|
10 |
|
|
|
|
|
|
|
11 |
RUN apk add curl wget supervisor git py3-flask
|
12 |
|
13 |
#RUN git clone https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git && \
|
|
|
8 |
|
9 |
COPY . /app
|
10 |
|
11 |
+
RUN ls -al /
|
12 |
+
RUN ls -al ./
|
13 |
+
|
14 |
RUN apk add curl wget supervisor git py3-flask
|
15 |
|
16 |
#RUN git clone https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git && \
|