1 Star 0 Fork 0

NorthernLight / elasticsearch-head

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
Niko Bellic 提交于 2016-12-14 14:39 . Add Dockerfile V2
FROM node
MAINTAINER Niko Bellic <niko.bellic@kakaocorp.com>
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN npm install -g grunt
COPY package.json /usr/src/app/package.json
RUN npm install
COPY . /usr/src/app
EXPOSE 9100
CMD grunt server
1
https://gitee.com/umissun/elasticsearch-head.git
git@gitee.com:umissun/elasticsearch-head.git
umissun
elasticsearch-head
elasticsearch-head
master

搜索帮助