1 Star 0 Fork 5

toufu/DBJ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:18.04
LABEL Auther="wgpsec"
LABEL Mail="[email protected]"
LABEL Github="https://github.com/wgpsec/DBJ"
ADD . /DBJ/
ADD start.sh /
RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list
RUN apt-get update
RUN apt-get -o Acquire::BrokenProxy="true" -o Acquire::http::No-Cache="true" -o Acquire::http::Pipeline-Depth="0" -y install python3 python3-pip mongodb redis-server git
RUN pip3 install -r /DBJ/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
WORKDIR /DBJ/
ENV LC_ALL=de_DE.utf-8
ENV LANG=de_DE.utf-8
RUN chmod +x /start.sh
EXPOSE 5000
CMD /start.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/banana_QIU/DBJ.git
[email protected]:banana_QIU/DBJ.git
banana_QIU
DBJ
DBJ
main

搜索帮助