This commit is contained in:
@ -7,7 +7,7 @@ USER root
|
|||||||
WORKDIR /home/coder
|
WORKDIR /home/coder
|
||||||
|
|
||||||
COPY entrypoint.sh /usr/bin/
|
COPY entrypoint.sh /usr/bin/
|
||||||
|
RUN chmod 777 /usr/bin/entrypoint.sh
|
||||||
VOLUME [ "/home/coder/project", "/root/.ssh", "/root/.local", "/root/.config" ]
|
VOLUME [ "/home/coder/project", "/root/.ssh", "/root/.local", "/root/.config" ]
|
||||||
|
|
||||||
# 运行时可以添加代理
|
# 运行时可以添加代理
|
||||||
|
Reference in New Issue
Block a user