zhengr commited on
Commit
2a19e03
·
verified ·
1 Parent(s): ee92d5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -49,5 +49,7 @@ RUN ls
49
  EXPOSE 9997
50
 
51
  # 设置ENTRYPOINT
52
- RUN chmod +x /home/user/app/entrypoint.sh
53
- ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
 
 
 
49
  EXPOSE 9997
50
 
51
  # 设置ENTRYPOINT
52
+ #RUN chmod +x /home/user/app/entrypoint.sh
53
+ #ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
54
+ RUN chmod +x /inference/entrypoint.sh
55
+ ENTRYPOINT ["sh", "/inference/entrypoint.sh"]