180 Star 1.3K Fork 394

star7th / showdoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.ARM 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiagw 提交于 2023-07-13 14:15 . add backup sqlite file
FROM arm64v8/wordpress:php7.4
COPY ./ /var/www/html/
RUN mkdir -p /showdoc_data/html
RUN cp -R /var/www/html/ /showdoc_data/
RUN rm -rf /usr/src/wordpress
COPY ./ /usr/src/wordpress
RUN echo "<?php echo file_get_contents('index.html'); ?>" > /var/www/html/web/index.php
RUN chmod -R 777 /var/www/html/
# 写环境变量
ENV SHOWDOC_DOCKER_VERSION 2.4
ENV SHOWDOC_DOCKER_ARM 1
PHP
1
https://gitee.com/star7th/showdoc.git
git@gitee.com:star7th/showdoc.git
star7th
showdoc
showdoc
master

搜索帮助