Commit cec10160 authored by kewei.jia's avatar kewei.jia

修改copy 的文件

parent 4a8a1411
...@@ -20,4 +20,9 @@ COPY dist.tgz ./project/dist.tgz ...@@ -20,4 +20,9 @@ COPY dist.tgz ./project/dist.tgz
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
RUN yum -y update
RUN yum install -y epel-release
RUN yum install -y python-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