From c6e272a24d5d72d8c0334958b1aac9a76f9a7706 Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 26 Jan 2024 07:35:09 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 388006b..de33b3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY . . -VOLUME [ "/data", "/root/.ssh", "/etc/ssh" ] +VOLUME [ "/data", "/root/.ssh" ] # 运行时可以添加代理 ARG PROXY