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项目
73
Commits
4
Branches
3.8MB
Tree:
d8d0c07781
HealthStudentWeb
/
Dockerfile
Dockerfile
94B
Raw
Normal View
History
增加 dockerfile文件
1 year ago
1
2
3
4
5
FROM
nginx
RUN
mkdir /app
COPY
dist /app
COPY
nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE
80