From f6a29816588ac0674a8fb3debdd5ae9c7d2663f7 Mon Sep 17 00:00:00 2001 From: yaha <1143990204@qq.com> Date: Tue, 6 Feb 2024 10:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 7284428..9b88fb2 100644 --- a/deploy.sh +++ b/deploy.sh @@ -18,6 +18,7 @@ folder_exists() { pack_docker() { cp -rv docker-compose.yml ${1} + cp -rv Dockerfile ${1} } folder_exists ${DEPLOY_PATH}