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