1 Star 0 Fork 306

祀画 / lamp-web

forked from 最后 / lamp-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2020-11-25 21:30 . feat: 完善租户功能
FROM nginx:1.17.0
MAINTAINER zuihou 306479353@qq.com
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;'
JavaScript
1
https://gitee.com/135781/lamp-web.git
git@gitee.com:135781/lamp-web.git
135781
lamp-web
lamp-web
master

搜索帮助