1 Star 0 Fork 394

凯锋 / showdoc

forked from star7th / showdoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
star7th 提交于 2019-09-03 17:59 . Update Dockerfile
FROM richarvey/nginx-php-fpm:1.5.3
COPY ./ /var/www/html/
RUN apk update
RUN apk add openldap-dev
RUN docker-php-ext-install ldap
RUN chmod -R 777 /var/www/html/
RUN mkdir /showdoc_data
RUN mkdir /showdoc_data/html
RUN cp -R /var/www/html/ /showdoc_data/
CMD if [ ! -f "/var/www/html/index.php" ]; then \cp -fr /showdoc_data/html/ /var/www/ ;fi;chmod 777 -R /showdoc_data ;/start.sh
PHP
1
https://gitee.com/kaifengxu/showdoc.git
git@gitee.com:kaifengxu/showdoc.git
kaifengxu
showdoc
showdoc
master

搜索帮助