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前端应用
613
Commits
4
Branches
15MB
Tree:
665efcdbaf
TelpoH5FrontendWeb
/
Dockerfile
5 lines
94B
Raw
Blame
History
FROM
nginx
RUN
mkdir /app
COPY
dist /app
COPY
nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE
80