ApolloPro7 commited on
Commit
0a8380d
·
1 Parent(s): 8963841

fix: add execute permission to start.sh

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -10,7 +10,9 @@ RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  COPY . .
12
 
13
- RUN chmod +x ./start.sh
 
 
14
 
15
  # 设置默认端口
16
  ENV PORT=7860
 
10
 
11
  COPY . .
12
 
13
+ RUN psw
14
+ RUN ls -a
15
+ RUN chmod +x start.sh
16
 
17
  # 设置默认端口
18
  ENV PORT=7860