dongsiqie commited on
Commit
1f23188
1 Parent(s): 46ba14a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ FROM xyhelper/xyhelper-web:latest
4
  EXPOSE 8080
5
 
6
  # 启动应用程序
7
- CMD ["/bin/sh" "-c" "./main"]
 
4
  EXPOSE 8080
5
 
6
  # 启动应用程序
7
+ CMD ["/bin/sh", "-c" ,"./main"]