This website requires JavaScript.
Explore
关于
Help
Register
Sign In
gitee
/
django-vue-admin
mirror of
https://gitee.com/liqianglog/django-vue-admin
Watch
1
Star
0
Fork
You've already forked django-vue-admin
0
Code
Issues
Projects
Releases
Wiki
Activity
4697fe148e
django-vue-admin
/
docker_env
/
nginx
/
Dockerfile
7 lines
94 B
Docker
Raw
Blame
History
FROM
nginx:latest
COPY
nginx.conf /etc/nginx/nginx.conf
CMD
[
"nginx"
,
"-g"
,
"daemon off;"
]
Reference in New Issue
View Git Blame
Copy Permalink