diff --git a/Dockerfile b/Dockerfile index 4c39ca0..1a76e28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ USER root WORKDIR /home/coder COPY entrypoint.sh /usr/bin/ - +RUN chmod 777 /usr/bin/entrypoint.sh VOLUME [ "/home/coder/project", "/root/.ssh", "/root/.local", "/root/.config" ] # 运行时可以添加代理