dongsiqie commited on
Commit
bda6575
1 Parent(s): bf01995

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -1
Dockerfile CHANGED
@@ -1 +1,7 @@
1
- FROM xyhelper/xyhelper-web:latest
 
 
 
 
 
 
 
1
+ FROM xyhelper/xyhelper-web:latest
2
+ ENV PORT=8080
3
+ # 暴露端口
4
+ EXPOSE $PORT
5
+
6
+ # 启动应用程序
7
+ CMD ["xyhelper-web"]