From 0fe2b564b7137c3bdd5820725bbde9b34ddebe15 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 12 Mar 2025 16:22:39 +0100 Subject: [PATCH] WIP: Change to copy command as COPY . /acsmdc. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e9e2a1..357fe2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV PATH=/opt/conda/envs/$ENV_NAME/bin:$PATH RUN mkdir -p /acsmdc/data /acsmdc/figures /acsmdc/pipelines/params # Copy project files, excluding certain directories (handled via .dockerignore) -COPY . / +COPY . /acsmdc # Define volumes for excluded directories VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]