mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-24 21:21:08 +02:00
WIP: Change to copy command as COPY . /acsmdc.
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user