From 5d3fefd1f9d37ea2295b000a3790ebe3b9f1c1c2 Mon Sep 17 00:00:00 2001 From: baoliang Date: Sun, 12 Jan 2025 19:16:29 +0800 Subject: [PATCH] add feature --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2fa32b..cbc653f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,7 +119,7 @@ COPY run_CLM50_example01.sh /home/${USER}/cesm/ WORKDIR /home/${USER}/cesm -RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime \ +RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime /inputdata \ && chmod 755 -R /inputdata /home/${USER}/.cime /home/${USER} USER ${USER}