2 Star 0 Fork 0

kn1fe/w11scan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
boy-hack 提交于 2018-08-08 20:13 . support docker
FROM alpine:latest
MAINTAINER w8ay.w8ay@qq.com
# install requirements
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN set -x \
&& apk update \
&& apk add bash \
&& apk add python3 \
&& apk add redis \
&& apk add mongodb \
&& apk add mongodb-tools
# install w11scan
RUN mkdir -p /opt/w11scan
COPY . /opt/w11scan
RUN set -x \
&& pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /opt/w11scan/requirements.txt
RUN set -x \
&& chmod a+x /opt/w11scan/dockerconf/start.sh
WORKDIR /opt/w11scan
ENTRYPOINT ["/opt/w11scan/dockerconf/start.sh"]
EXPOSE 8000
CMD ["/usr/bin/tail", "-f", "/dev/null"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kn1fes/w11scan.git
git@gitee.com:kn1fes/w11scan.git
kn1fes
w11scan
w11scan
master

搜索帮助