1 Star 0 Fork 0

李梦凡/VeryNginx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM centos:7
RUN yum clean all && yum update -y && yum install -y gcc pcre-devel openssl-devel wget perl make build-essential procps libreadline-dev libncurses5-dev libpcre3-dev libssl-dev
RUN mkdir /code
COPY ./ /code/
WORKDIR /code
RUN groupadd -r nginx && useradd -r -g nginx nginx
RUN python install.py install
EXPOSE 80
CMD ["/opt/verynginx/openresty/nginx/sbin/nginx", "-g", "daemon off; error_log /dev/stderr info;"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vanlemon/VeryNginx.git
git@gitee.com:vanlemon/VeryNginx.git
vanlemon
VeryNginx
VeryNginx
master

搜索帮助