From 26c09e0e54de5e617e4463a61ba842d6fcecebdd Mon Sep 17 00:00:00 2001 From: baoliang Date: Sun, 12 Jan 2025 19:01:19 +0800 Subject: [PATCH] add feature --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b125bda..0e6b7c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -118,8 +118,8 @@ COPY run_CLM50_example01.sh /home/${USER}/cesm/ WORKDIR /home/${USER}/cesm -RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime - && chmod 755 -R /inputdata /home/${USER}/.cime /home/${USER} \ +RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime \ + && chmod 755 -R /inputdata /home/${USER}/.cime /home/${USER} USER ${USER} CMD bash