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