ApolloPro7 commited on
Commit
8963841
·
1 Parent(s): 907044c

fix: add execute permission to start.sh

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ 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 chmod +x ./start.sh
14
 
15
  # 设置默认端口
16
  ENV PORT=7860