更新 Dockerfile

This commit is contained in:
mol
2024-01-26 07:35:09 +00:00
parent 1e2a950757
commit c6e272a24d

View File

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