Ai
1 Star 0 Fork 0

tomdev/PhxQueue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
taohe 提交于 2017-09-12 16:41 +08:00 . add dockerfile
FROM buildpack-deps:zesty
COPY . /phxqueue
RUN apt-get update \
&& apt-get install -y cmake --no-install-recommends \
&& cd /phxqueue \
&& ./build.sh \
&& apt-get purge -y --auto-remove cmake
WORKDIR /phxqueue
ENV PATH="/phxqueue/bin:$PATH"
COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]
#EXPOSE 5100 5200 5300
#VOLUME /data
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tomdev/PhxQueue.git
git@gitee.com:tomdev/PhxQueue.git
tomdev
PhxQueue
PhxQueue
master

搜索帮助