1 Star 0 Fork 307

solo168 / zuihou-ui

forked from 最后 / lamp-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2019-11-01 16:24 . 完善首页对接
FROM nginx:1.17.0
MAINTAINER zuihou 244387066@qq.com
COPY nginx.template /etc/nginx/conf.d/nginx.template
COPY zuihou-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;'
JavaScript
1
https://gitee.com/engage/zuihou-ui.git
git@gitee.com:engage/zuihou-ui.git
engage
zuihou-ui
zuihou-ui
master

搜索帮助