WIP: Change to copy command as COPY . /acsmdc.

This commit is contained in:
2025-03-12 16:22:39 +01:00
parent 05cf34032f
commit 0fe2b564b7

View File

@ -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"]