From be74918615278964b7a2e841360aa0a8db757f14 Mon Sep 17 00:00:00 2001 From: mol Date: Sat, 24 Feb 2024 02:17:15 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] # 运行时可以添加代理