1 Star 0 Fork 782

fenghaiju/roncoo-education-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
fenghaiju 提交于 2019-10-08 23:03 . 发布到系统
FROM nginx
# 定义作者
MAINTAINER fenghaiju<[email protected]>
ENV APP_ROOT_PATH /usr/share/nginx/html/
ENV CONFIG_HOT_RELOAD true
#ADD ./dist /usr/share/nginx/html/
#RUN mkdir -p /usr/share/nginx/html/cloud-admin/static/
#RUN touch /usr/share/nginx/html/cloud-rbac/static/_ping
#RUN echo "OK" >> /usr/share/nginx/html/cloud-rbac/static/_ping
WORKDIR /usr/share/nginx/html/
RUN chmod -R 777 ./*
#RUN mkdir -p /app_home/bin/
#ADD config_generate /app_home/bin/
#ADD start.sh /app_home/bin/
#RUN chmod +x /app_home/bin/config_generate
#RUN chmod +x /app_home/bin/start.sh
#CMD bash /app_home/bin/start.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fenghaiju/roncoo-education-web.git
[email protected]:fenghaiju/roncoo-education-web.git
fenghaiju
roncoo-education-web
roncoo-education-web
master

搜索帮助