This commit is contained in:
@ -6,11 +6,13 @@ EXPOSE 22
|
|||||||
USER coder
|
USER coder
|
||||||
WORKDIR /home/coder
|
WORKDIR /home/coder
|
||||||
|
|
||||||
VOLUME [ "/home/coder/project", "/root/.ssh", "/root/.local", "/root/.config" ]
|
VOLUME [ "/home/coder/project", "/home/coder/.ssh", "/home/coder/.local", "/home/coder/.config" ]
|
||||||
|
|
||||||
COPY entrypoint.sh /usr/bin/
|
COPY entrypoint.sh /usr/bin/
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
ENV ENTRYPOINTD=/entrypoint.d
|
||||||
|
|
||||||
# 运行时可以添加代理
|
# 运行时可以添加代理
|
||||||
ARG PROXY
|
ARG PROXY
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user