浏览代码

删除 'Dockerfile'

robert 5 年之前
父节点
当前提交
88a97f9f89
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      Dockerfile

+ 0 - 10
Dockerfile

@@ -1,10 +0,0 @@
-FROM python:2.7.10
-LABEL author="robert_du[robert_du@easou.cn]"
-
-ADD flask_zbx_tools.zip /root
-RUN apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
-   && echo "Asia/Shanghai" > /etc/timezone \
-   && pip install flask && pip install flask-restful && pip install requests \
-   && apk add unzip && unzip -d /root /root/flask_zbx_tools.zip
-
-CMD ['python', '/root/flask_zbx_tools/service.py']