sanbo commited on
Commit
07d65bb
·
1 Parent(s): 33c0cae

update sth. at 2024-10-30 12:48:18

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -8,5 +8,11 @@ RUN apk add --no-cache socat
8
  EXPOSE 7680
9
 
10
 
 
 
 
 
 
 
11
  # 设置启动命令
12
  CMD ["/start.sh"]
 
8
  EXPOSE 7680
9
 
10
 
11
+ COPY . .
12
+
13
+ # 拷贝启动脚本到正确的目录
14
+ COPY --from=0 /start.sh /start.sh
15
+
16
+
17
  # 设置启动命令
18
  CMD ["/start.sh"]