diff --git a/build/cmd/Dockerfile b/build/cmd/Dockerfile index 1395315e..33484796 100644 --- a/build/cmd/Dockerfile +++ b/build/cmd/Dockerfile @@ -3,8 +3,6 @@ FROM centos:7.9.2009 MAINTAINER eolink -RUN yum install -y wget && wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && rpm -ivh epel-release-latest-7.noarch.rpm && yum install -y jq - #声明端口 EXPOSE 9400 8099 diff --git a/build/resources/Dockerfile b/build/resources/Dockerfile index 576a399f..06a3e90f 100644 --- a/build/resources/Dockerfile +++ b/build/resources/Dockerfile @@ -3,8 +3,6 @@ FROM centos:7.9.2009 MAINTAINER eolink -RUN yum install -y wget && wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && rpm -ivh epel-release-latest-7.noarch.rpm && yum install -y jq - #声明端口 EXPOSE 9400 8099