From d78806e324ea9eca0ad55558e43866bf678a18b4 Mon Sep 17 00:00:00 2001 From: Liujian <824010343@qq.com> Date: Wed, 3 Jul 2024 11:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4Dockerfile=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/cmd/Dockerfile | 2 -- build/resources/Dockerfile | 2 -- 2 files changed, 4 deletions(-) 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