2 Star 0 Fork 325

zhonglh/lamp-web

forked from 最后/lamp-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2020-11-25 21:30 . feat: 完善租户功能
FROM nginx:1.17.0
MAINTAINER zuihou [email protected]
COPY nginx.template /etc/nginx/conf.d/nginx.template
COPY lamp-web/ /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;'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhonglh/lamp-web.git
[email protected]:zhonglh/lamp-web.git
zhonglh
lamp-web
lamp-web
master

搜索帮助