16 Star 133 Fork 114

最后/zuihou-admin-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2019-11-01 18:12 . 增加只读属性
FROM nginx:1.17.0
MAINTAINER zuihou [email protected]
COPY nginx.template /etc/nginx/conf.d/nginx.template
COPY zuihou-admin-ui/ /etc/nginx/html
# 通过 envsubst 命令替换 nginx.template 模板中的变量,并覆盖/etc/nginx/nginx.conf
CMD envsubst '$NGINX_HOST $DOCKER_REQUEST_DOMAIN_PREFIX' < /etc/nginx/conf.d/nginx.template > /etc/nginx/nginx.conf && nginx -g 'daemon off;'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zuihou111/zuihou-admin-ui.git
[email protected]:zuihou111/zuihou-admin-ui.git
zuihou111
zuihou-admin-ui
zuihou-admin-ui
master

搜索帮助