Commit 63ef4883 authored by kewei.jia's avatar kewei.jia

修改copy 的文件

parent 4fac9c97
...@@ -17,10 +17,10 @@ COPY docker-entrypoint.sh . ...@@ -17,10 +17,10 @@ COPY docker-entrypoint.sh .
COPY dist.tgz ./dist.tgz COPY dist.tgz ./dist.tgz
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
#
RUN yum -y update #RUN yum -y update
RUN yum install -y epel-release #RUN yum install -y epel-release
RUN yum install -y python-pip #RUN yum install -y python-pip
RUN python -m pip install --upgrade pip #RUN python -m pip install --upgrade pip
CMD ["sh", "docker-entrypoint.sh"] CMD ["sh", "docker-entrypoint.sh"]
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