Browse Source

更新 'Dockerfile'

robert 5 years ago
parent
commit
c71b6f800b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,6 +9,6 @@ RUN yum install -y gcc python-devel unzip zip wget \
    && cd /root/setuptools-42.0.2 && python setup.py  install \
    && cd /root/pip-19.3.1 && python setup.py  install  \
    && cd /root && pip install flask && pip install flask-restful && pip install requests \
-   && ls -l /root
+   && ls -l /root/flask_zbx_tools
     
 CMD "/usr/bin/python /root/flask_zbx_tools/service.py"