更新 Dockerfile
This commit is contained in:
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
VOLUME [ "/data", "/root/.ssh", "/etc/ssh" ]
|
||||
VOLUME [ "/data", "/root/.ssh" ]
|
||||
|
||||
# 运行时可以添加代理
|
||||
ARG PROXY
|
||||
|
Reference in New Issue
Block a user