This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenJinxu
/
HealthStudentWeb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
健康同学微信公众号h5项目
111
Commits
4
Branches
3.8MB
Tree:
77223cd964
HealthStudentWeb
/
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