From c35022b2b76643c8d7e7e8d7a89366203a5cfc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Thu, 1 May 2025 10:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20Dockerfile=20=E4=B8=AD=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=20jingjiniao=20=E6=96=87=E4=BB=B6=E5=A4=B9=E5=B9=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8a9bedd..7b2aee4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,8 @@ RUN apt-get update && apt-get install -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +# 创建jingjiniao文件夹 +RUN mkdir -p /home/coder/jingjiniao && chown -R coder:coder /home/coder/jingjiniao + # 设置回普通用户 USER coder \ No newline at end of file