From 078894b673bac8b0e72ade4c09f8c3af9df071a4 Mon Sep 17 00:00:00 2001 From: Rzy <465386466@qq.com> Date: Wed, 19 Jun 2024 10:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E6=95=B0api=E8=BD=AC=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/create.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sh/create.sh b/sh/create.sh index 0f61af5..1939a59 100755 --- a/sh/create.sh +++ b/sh/create.sh @@ -5,10 +5,8 @@ CONTAINER="transfer_rs" API_PORT="10101" V_REFLECT="" - - docker stop "${CONTAINER}" docker rm "${CONTAINER}" -echo docker run -it -p "${API_PORT}:${API_PORT}" --name "CONTAINER" "${IMAGE}" \ No newline at end of file +echo docker run -it -p "${API_PORT}:${API_PORT}" --name "$CONTAINER" "${IMAGE}" \ No newline at end of file