From 90a42c3a184ee543015806dbaf599d944fcf23d6 Mon Sep 17 00:00:00 2001 From: huawei Date: Thu, 1 Apr 2021 16:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除不必要的/ --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 8ee0c56..3b43d47 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -22,7 +22,7 @@ ENV MODE="cluster" \ ARG NACOS_VERSION=1.4.1 -WORKDIR /$BASE_DIR +WORKDIR $BASE_DIR RUN set -x \ && yum update -y \