2 Star 0 Fork 0

Qi Zhang/rainbond-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile.release 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
yangk 提交于 2021-01-18 21:30 . modified Dockerfile
ARG VERSION=V5.3-dev
ARG RELEASE_DESC=
FROM rainbond/rainbond-ui:${VERSION}
LABEL author="zengqg@goodrain.com"
RUN mkdir -p /app/ui /usr/share/zoneinfo/Asia/
ADD . /app/ui
WORKDIR /app/ui
RUN chmod +x /app/ui/entrypoint.sh && \
chmod +x promql-parser && \
mkdir -p /app/ui/bin/linux && mv promql-parser /app/ui/bin/linux && \
mv /dist/index.html /app/ui/www/templates/index.html && \
rm -rf /app/ui/www/static/dists/* && \
cp -a /dist/* /app/ui/www/static/dists/ && \
rm -rf /dist \
&& mkdir /app/logs \
&& mkdir /app/data \
&& python -m pip install --upgrade pip \
&& pip install -r requirements.txt \
&& python manage.py collectstatic --noinput --ignore weavescope-src --ignore drf-yasg --ignore rest_framework\
&& rm -rf /root/.cache \
&& rm -rf /tmp/* \
&& rm -rf /app/ui/www/static/www/weavescope
ENV PORT 7070
ENV IS_OPEN_API=true
ENV RELEASE_DESC=${RELEASE_DESC}
ENV HOME_DIR=/app
VOLUME /app/data
VOLUME /app/logs
ENTRYPOINT ["./entrypoint.sh"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangbigqi/rainbond-console.git
git@gitee.com:zhangbigqi/rainbond-console.git
zhangbigqi
rainbond-console
rainbond-console
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385