From 0981397fb675855e60b282cccd93cd602d43ed8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E6=96=87=E5=BC=BA?= <38800277+fwq418233640@users.noreply.github.com> Date: Wed, 5 Jun 2019 18:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E6=98=A0=E5=B0=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这个端口映射错误 会导致build 出来的镜像无法使用 --- docker/dockerfile_local/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/dockerfile_local/Dockerfile b/docker/dockerfile_local/Dockerfile index 2f31411..79df7bc 100644 --- a/docker/dockerfile_local/Dockerfile +++ b/docker/dockerfile_local/Dockerfile @@ -38,5 +38,5 @@ RUN yum install git gcc gcc-c ++ make automake autoconf libtool pcre pcre-devel VOLUME /etc/fdfs -EXPOSE 2122 23000 8888 80 -ENTRYPOINT ["/home/fastdfs.sh"] \ No newline at end of file +EXPOSE 22122 23000 8888 80 +ENTRYPOINT ["/home/fastdfs.sh"]