14 Star 44 Fork 7

menduo / gitit-bigger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
menduo 提交于 2017-04-03 23:31 . update docs
## Dockerfile for gitit
FROM debian:wheezy
MAINTAINER menduo "shimenduo@gmail.com"
ENV DEBIAN_FRONTEND noninteractive
# install git, ssh, supervisor
RUN apt-get update && apt-get install -y git gitit supervisor libghc-zlib-dev
RUN echo "root:github.com/menduo" | chpasswd
VOLUME ["/data/gitit"]
WORKDIR /data/gitit
ADD . /data/gitit
EXPOSE 7500
ENTRYPOINT ["/data/gitit/docker-entrypoint.sh"]
Shell
1
https://gitee.com/menduo/gitit-bigger.git
git@gitee.com:menduo/gitit-bigger.git
menduo
gitit-bigger
gitit-bigger
master

搜索帮助