From 64fa4b7d304cf4a135cbc54b5a2b62f3ca2ad546 Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 26 Jan 2024 08:16:07 +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 de33b3b..a2e9c94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY . . -VOLUME [ "/data", "/root/.ssh" ] +VOLUME [ "/data", "/root/.ssh", "/root/.vscode-server" ] # 运行时可以添加代理 ARG PROXY