更新 Dockerfile

This commit is contained in:
mol
2024-01-26 08:16:07 +00:00
parent c6e272a24d
commit 64fa4b7d30

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY . .
VOLUME [ "/data", "/root/.ssh" ]
VOLUME [ "/data", "/root/.ssh", "/root/.vscode-server" ]
# 运行时可以添加代理
ARG PROXY