Skip to content
Snippets Groups Projects
Commit 503951d4 authored by Vlad Kondratiev's avatar Vlad Kondratiev
Browse files

debugging with COPY/ADD/WORKDIR

parent 956e4d51
Branches
No related tags found
1 merge request!4Update docs
Pipeline #114526 failed
Pipeline: pulp2-cwl-redigitization

#114527

    ......@@ -25,7 +25,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
    # Install toil
    RUN python3 -m pip install --no-cache-dir --upgrade toil[cwl]
    COPY / ${INSTALL_DIR}/src/pulp2-cwl-redigitization
    COPY /scripts/digitize3.py ${INSTALL_DIR}/bin
    COPY ./scripts/digitize3.py ${INSTALL_DIR}/bin
    COPY . ${INSTALL_DIR}/src/pulp2-cwl-redigitization
    RUN ${INSTALL_DIR}/bin/digitize3.py -h
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment