This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenJinxu
/
TelpoH5FrontendWeb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
天波h5前端应用
19
Commits
4
Branches
15MB
Tree:
f21ff1124e
TelpoH5FrontendWeb
/
Dockerfile
Dockerfile
94B
Raw
Normal View
History
- 增加 docker部署脚本
3 years ago
1
2
3
4
5
FROM
nginx
RUN
mkdir /app
COPY
dist /app
COPY
nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE
80