1 Star 0 Fork 0

hyde/mosca

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile-rpi-hub 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthew Berryman 提交于 2017-07-30 09:41 . fixes #546
# Mosca
#
# VERSION 2.5.2
FROM ma314smith/rpi2-node-qemu:4
MAINTAINER Matteo Collina <hello@matteocollina.com>
RUN [ "cross-build-start" ]
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app/
COPY ./ /usr/src/app/
RUN apt-get update && \
apt-get install make gcc g++ python git libzmq3-dev libkrb5-dev && \
npm install --unsafe-perm --production && \
apt-get remove make gcc g++ python git && \
apt-get autoremove
EXPOSE 80
EXPOSE 1883
ENTRYPOINT ["/usr/src/app/bin/mosca", "-d", "/db", "--http-port", "80", "--http-bundle", "-v"]
RUN [ "cross-build-end" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lihaicg/mosca.git
git@gitee.com:lihaicg/mosca.git
lihaicg
mosca
mosca
master

搜索帮助