Skip to content

Commit

Permalink
删除Dockerfile无用指令
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Jul 3, 2024
1 parent e45e129 commit d78806e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions build/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d78806e

Please sign in to comment.