jokyone commited on
Commit
35aca16
·
verified ·
1 Parent(s): 22a0a26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \