Commit eabf9186 authored by daidekun's avatar daidekun

fixbugs

parent e8a2e89d
......@@ -2,7 +2,7 @@ FROM 192.168.4.36/baseimg/python:12251535
USER root
WORKDIR home/quant_group/project
WORKDIR /home/quant_group/project
RUN mkdir /root/.kube
COPY docker-entrypoint.sh .
......
......@@ -7,7 +7,7 @@ cd ${package_path}
echo "192.168.4.35 kubernetes" >> /etc/hosts
echo "tar zxf dist.tgz -C ${package_path}"
echo "tar zxf ${package_path}/dist.tgz -C ${package_path}"
tar zxf ${package_path}/dist.tgz -C ${package_path}/
echo "rm dist.tgz public/dist -rf"
......
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