hstz commited on
Commit
67b6f96
·
verified ·
1 Parent(s): b9bcf67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,5 +18,5 @@ USER root
18
  # 暴露端口
19
  EXPOSE 3000
20
 
21
- # 使用原始镜像的启动命令
22
- CMD ["./cursor-api"]
 
18
  # 暴露端口
19
  EXPOSE 3000
20
 
21
+ # 使用绝对路径
22
+ CMD ["/app/cursor-api"]