Commit 26d92f66 authored by daidekun's avatar daidekun

fix

parent 3963f9ac
FROM 192.168.4.36/baseimg/python:12251535
FROM 192.168.4.36/baseimg/python:latest
USER root
......
......@@ -13,10 +13,6 @@ tar zxf ${package_path}/dist.tgz -C ${package_path}/
echo "rm dist.tgz public/dist -rf"
rm -rf ${package_path}/dist.tgz
cd ${package_path}/app
echo "pip install -r requirements.txt;pip install --upgrade kubernetes"
pip install -r requirements.txt;pip install --upgrade kubernetes
echo "python run.py"
python ${package_path}/app/run.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment